summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2018-07-18kbuild: move bin2c back to scripts/ from scripts/basic/Masahiro Yamada-1/+1
2018-07-16ima: based on policy warn about loading firmware (pre-allocated buffer)Mimi Zohar-0/+8
2018-07-16module: replace the existing LSM hook in init_moduleMimi Zohar-13/+31
2018-07-16ima: add build time policyMimi Zohar-3/+101
2018-07-16ima: based on policy require signed firmware (sysfs fallback)Mimi Zohar-1/+9
2018-07-16ima: based on policy require signed kexec kernel imagesMimi Zohar-1/+36
2018-07-16security: define new LSM hook named security_kernel_load_dataMimi Zohar-0/+5
2018-07-12IMA: don't propagate opened through the entire thingAl Viro-12/+12
2018-07-12->file_open(): lose cred argumentAl Viro-9/+9
2018-07-12security_file_open(): lose cred argumentAl Viro-2/+2
2018-07-09crypto: remove redundant type flags from tfm allocationEric Biggers-1/+1
2018-07-02usercopy: Do not select BUG with HARDENED_USERCOPYKamal Mostafa-1/+0
2018-06-30Merge tag 'selinux-pr-20180629' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-45/+33
2018-06-28selinux: move user accesses in selinuxfs out of locked regionsJann Horn-45/+33
2018-06-26dh key: fix rounding up KDF output lengthEric Biggers-2/+4
2018-06-23Smack: Mark inode instant in smack_task_to_inodeCasey Schaufler-0/+1
2018-06-19selinux: Cleanup printk logging in netnodepeter enderborg-3/+2
2018-06-19selinux: Cleanup printk logging in avcpeter enderborg-1/+1
2018-06-19selinux: Cleanup printk logging in netifpeter enderborg-7/+4
2018-06-19selinux: Cleanup printk logging in netportpeter enderborg-3/+2
2018-06-19selinux: Cleanup printk logging in sidtabpeter enderborg-3/+2
2018-06-19selinux: Cleanup printk logging in netlinkpeter enderborg-1/+1
2018-06-19selinux: Cleanup printk logging in selinuxfspeter enderborg-5/+5
2018-06-19selinux: Cleanup printk logging in servicespeter enderborg-36/+35
2018-06-19selinux: Cleanup printk logging in avtabpeter enderborg-25/+26
2018-06-19selinux: Cleanup printk logging in hookspeter enderborg-35/+33
2018-06-19selinux: Cleanup printk logging in policydbpeter enderborg-45/+46
2018-06-19selinux: Cleanup printk logging in ebitmappeter enderborg-8/+7
2018-06-19selinux: Cleanup printk logging in conditionalpeter enderborg-8/+8
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab-1/+1
2018-06-15docs: fix broken references with multiple hintsMauro Carvalho Chehab-1/+1
2018-06-14Merge tag 'apparmor-pr-2018-06-13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-71/+310
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+1
2018-06-07Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds-7/+5
2018-06-07Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-83/+362
2018-06-07apparmor: fix ptrace read checkJohn Johansen-1/+2
2018-06-07apparmor: fix memory leak when deduping profile loadJohn Johansen-0/+3
2018-06-07apparmor: fix mediation of prlimitJohn Johansen-1/+1
2018-06-07apparmor: fixup secid map conversion to using IDRJohn Johansen-8/+29
2018-06-07apparmor: Use an IDR to allocate apparmor secidsMatthew Wilcox-103/+11
2018-06-07apparmor: Fix memory leak of rule on error exit pathTyler Hicks-2/+4
2018-06-07apparmor: modify audit rule support to support profile stacksJohn Johansen-17/+10
2018-06-07apparmor: Add support for audit rule filteringMatthew Garrett-1/+107
2018-06-07apparmor: Convert to use match_string() helperAndy Shevchenko-14/+11
2018-06-07apparmor: improve get_buffers macro by using get_cpu_ptrJohn Johansen-17/+16
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+6
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-14/+17
2018-06-06Merge tag 'selinux-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-6/+12
2018-06-06Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-23/+64