aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-15docs: fix broken references with multiple hintsMauro Carvalho Chehab
2018-06-14Merge tag 'apparmor-pr-2018-06-13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-07Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds
2018-06-07Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-07apparmor: fix ptrace read checkJohn Johansen
2018-06-07apparmor: fix memory leak when deduping profile loadJohn Johansen
2018-06-07apparmor: fix mediation of prlimitJohn Johansen
2018-06-07apparmor: fixup secid map conversion to using IDRJohn Johansen
2018-06-07apparmor: Use an IDR to allocate apparmor secidsMatthew Wilcox
2018-06-07apparmor: Fix memory leak of rule on error exit pathTyler Hicks
2018-06-07apparmor: modify audit rule support to support profile stacksJohn Johansen
2018-06-07apparmor: Add support for audit rule filteringMatthew Garrett
2018-06-07apparmor: Convert to use match_string() helperAndy Shevchenko
2018-06-07apparmor: improve get_buffers macro by using get_cpu_ptrJohn Johansen
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-06Merge tag 'selinux-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-06-06Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-06-05Merge branch 'smack-for-4.18' of https://github.com/cschaufler/next-smack int...James Morris
2018-06-05Smack: Fix memory leak in smack_inode_getsecctxCasey Schaufler
2018-06-04Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-06-04Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-01EVM: unlock on error path in evm_read_xattrs()Dan Carpenter
2018-05-31EVM: prevent array underflow in evm_write_xattrs()Dan Carpenter
2018-05-31EVM: Fix null dereference on xattr when xattr fails to allocateColin Ian King
2018-05-31EVM: fix memory leak of temporary buffer 'temp'Colin Ian King
2018-05-31IMA: use list_splice_tail_init_rcu() instead of its open coded variantPetko Manolov
2018-05-31ima: use match_string() helperYisheng Xie
2018-05-30Merge tag 'selinux-pr-20180530' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-05-29selinux: KASAN: slab-out-of-bounds in xattr_getsecuritySachin Grover
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-24capabilities: Allow privileged user in s_user_ns to set security.* xattrsEric W. Biederman
2018-05-22ima: fix updating the ima_appraise flagMimi Zohar
2018-05-22ima: based on policy verify firmware signatures (pre-allocated buffer)Mimi Zohar
2018-05-22ima: define a new policy condition based on the filesystem nameMimi Zohar
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-05-18EVM: Allow runtime modification of the set of verified xattrsMatthew Garrett
2018-05-18EVM: turn evm_config_xattrnames into a listMatthew Garrett
2018-05-17Merge tag 'selinux-pr-20180516' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-05-17integrity: Add an integrity directory in securityfsMatthew Garrett
2018-05-17ima: Remove unused variable ima_initializedPetr Vorel
2018-05-17ima: Unify loggingPetr Vorel
2018-05-17ima: Reflect correct permissions for policyPetr Vorel
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig