Age | Commit message (Expand) | Author | Files | Lines |
2018-07-16 | ima: based on policy require signed firmware (sysfs fallback) | Mimi Zohar | 1 | -1/+9 |
2018-07-16 | ima: based on policy require signed kexec kernel images | Mimi Zohar | 4 | -1/+36 |
2018-07-16 | security: define new LSM hook named security_kernel_load_data | Mimi Zohar | 1 | -0/+5 |
2018-07-12 | IMA: don't propagate opened through the entire thing | Al Viro | 3 | -12/+12 |
2018-07-12 | ->file_open(): lose cred argument | Al Viro | 5 | -9/+9 |
2018-07-12 | security_file_open(): lose cred argument | Al Viro | 1 | -2/+2 |
2018-07-08 | crypto: remove redundant type flags from tfm allocation | Eric Biggers | 1 | -1/+1 |
2018-07-03 | usercopy: Do not select BUG with HARDENED_USERCOPY | Kamal Mostafa | 1 | -1/+0 |
2018-06-30 | Merge tag 'selinux-pr-20180629' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -45/+33 |
2018-06-29 | selinux: move user accesses in selinuxfs out of locked regions | Jann Horn | 1 | -45/+33 |
2018-06-26 | dh key: fix rounding up KDF output length | Eric Biggers | 1 | -2/+4 |
2018-06-23 | Smack: Mark inode instant in smack_task_to_inode | Casey Schaufler | 1 | -0/+1 |
2018-06-19 | selinux: Cleanup printk logging in netnode | peter enderborg | 1 | -3/+2 |
2018-06-19 | selinux: Cleanup printk logging in avc | peter enderborg | 1 | -1/+1 |
2018-06-19 | selinux: Cleanup printk logging in netif | peter enderborg | 1 | -7/+4 |
2018-06-19 | selinux: Cleanup printk logging in netport | peter enderborg | 1 | -3/+2 |
2018-06-19 | selinux: Cleanup printk logging in sidtab | peter enderborg | 1 | -3/+2 |
2018-06-19 | selinux: Cleanup printk logging in netlink | peter enderborg | 1 | -1/+1 |
2018-06-19 | selinux: Cleanup printk logging in selinuxfs | peter enderborg | 1 | -5/+5 |
2018-06-19 | selinux: Cleanup printk logging in services | peter enderborg | 1 | -36/+35 |
2018-06-19 | selinux: Cleanup printk logging in avtab | peter enderborg | 1 | -25/+26 |
2018-06-19 | selinux: Cleanup printk logging in hooks | peter enderborg | 1 | -35/+33 |
2018-06-19 | selinux: Cleanup printk logging in policydb | peter enderborg | 1 | -45/+46 |
2018-06-19 | selinux: Cleanup printk logging in ebitmap | peter enderborg | 1 | -8/+7 |
2018-06-19 | selinux: Cleanup printk logging in conditional | peter enderborg | 1 | -8/+8 |
2018-06-16 | docs: Fix some broken references | Mauro Carvalho Chehab | 1 | -1/+1 |
2018-06-16 | docs: fix broken references with multiple hints | Mauro Carvalho Chehab | 1 | -1/+1 |
2018-06-14 | Merge tag 'apparmor-pr-2018-06-13' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 14 | -71/+310 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 2 | -2/+2 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+1 |
2018-06-08 | Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm... | Linus Torvalds | 1 | -7/+5 |
2018-06-08 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 13 | -83/+362 |
2018-06-07 | apparmor: fix ptrace read check | John Johansen | 1 | -1/+2 |
2018-06-07 | apparmor: fix memory leak when deduping profile load | John Johansen | 1 | -0/+3 |
2018-06-07 | apparmor: fix mediation of prlimit | John Johansen | 1 | -1/+1 |
2018-06-07 | apparmor: fixup secid map conversion to using IDR | John Johansen | 4 | -8/+29 |
2018-06-07 | apparmor: Use an IDR to allocate apparmor secids | Matthew Wilcox | 1 | -103/+11 |
2018-06-07 | apparmor: Fix memory leak of rule on error exit path | Tyler Hicks | 1 | -2/+4 |
2018-06-07 | apparmor: modify audit rule support to support profile stacks | John Johansen | 1 | -17/+10 |
2018-06-07 | apparmor: Add support for audit rule filtering | Matthew Garrett | 3 | -1/+107 |
2018-06-07 | apparmor: Convert to use match_string() helper | Andy Shevchenko | 1 | -14/+11 |
2018-06-07 | apparmor: improve get_buffers macro by using get_cpu_ptr | John Johansen | 1 | -17/+16 |
2018-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -2/+6 |
2018-06-07 | Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 6 | -14/+17 |
2018-06-07 | Merge tag 'selinux-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -6/+12 |
2018-06-07 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -23/+64 |
2018-06-05 | Merge branch 'smack-for-4.18' of https://github.com/cschaufler/next-smack int... | James Morris | 1 | -7/+5 |
2018-06-05 | Smack: Fix memory leak in smack_inode_getsecctx | Casey Schaufler | 1 | -7/+5 |
2018-06-05 | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -3/+8 |
2018-06-04 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+3 |