aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2016-06-24KEYS: Use skcipher for big keysGravatar Herbert Xu 1-12/+18
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-05-27switch ->setxattr() to passing dentry and inode separatelyGravatar Al Viro 1-1/+1
2016-05-26Yama: fix double-spinlock and user access in atomic contextGravatar Jann Horn 1-6/+63
2016-05-20security/integrity/ima/ima_policy.c: use %pU to output UUID in printable formatGravatar Andy Shevchenko 1-12/+2
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 34-185/+909
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+3
2016-05-17Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 13-106/+83
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-14/+15
2016-05-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-2/+2
2016-05-17LSM: LoadPin: provide enablement CONFIGGravatar Kees Cook 2-6/+15
2016-05-17Merge branch 'ovl-fixes' into for-linusGravatar Al Viro 1-2/+2
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2016-05-06Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/selinux in...Gravatar James Morris 5-60/+127
2016-05-06Merge tag 'keys-next-20160505' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar James Morris 19-112/+516
2016-05-04Yama: use atomic allocations when reportingGravatar Sasha Levin 1-2/+2
2016-05-04Merge branch 'keys-trust' into keys-nextGravatar David Howells 10-62/+128
2016-05-04ima: fix the string representation of the LSM/IMA hook enumeration orderingGravatar Mimi Zohar 1-2/+2
2016-05-01ima: add support for creating files using the mknodat syscallGravatar Mimi Zohar 2-1/+29
2016-05-01ima: fix ima_inode_post_setattrGravatar Mimi Zohar 2-1/+2
2016-04-26selinux: apply execstack check on thread stacksGravatar Stephen Smalley 1-2/+3
2016-04-26selinux: distinguish non-init user namespace capability checksGravatar Stephen Smalley 2-17/+25
2016-04-22security: Introduce security_settime64()Gravatar Baolin Wang 2-2/+2
2016-04-21LSM: LoadPin for kernel file loading restrictionsGravatar Kees Cook 6-0/+205
2016-04-21Yama: consolidate error reportingGravatar Kees Cook 1-10/+21
2016-04-20rtnetlink: add new RTM_GETSTATS message to dump link statsGravatar Roopa Prabhu 1-1/+3
2016-04-19selinux: check ss_initialized before revalidating an inode labelGravatar Paul Moore 1-1/+1
2016-04-19selinux: delay inode label lookup as long as possibleGravatar Paul Moore 1-8/+13
2016-04-19selinux: don't revalidate an inode's label when explicitly setting itGravatar Paul Moore 1-2/+11
2016-04-14selinux: Change bool variable name to index.Gravatar Prarit Bhargava 2-4/+4
2016-04-12KEYS: Add KEYCTL_DH_COMPUTE commandGravatar Mat Martineau 6-0/+193
2016-04-12Security: Keys: Big keys stored encryptedGravatar Kirill Marinushkin 2-18/+184
2016-04-12KEYS: user_update should use copy of payload made during preparsingGravatar David Howells 1-31/+11
2016-04-12security: integrity: Remove select to deleted option PUBLIC_KEY_ALGO_RSAGravatar Andreas Ziegler 1-1/+0
2016-04-11IMA: Use the the system trusted keyrings instead of .ima_mokGravatar David Howells 4-53/+32
2016-04-11KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTEDGravatar David Howells 3-39/+4
2016-04-11KEYS: Move the point of trust determination to __key_link()Gravatar David Howells 2-4/+35
2016-04-11KEYS: Add a facility to restrict new links into a keyringGravatar David Howells 8-33/+124
2016-04-11->getxattr(): pass dentry and inode as separate argumentsGravatar Al Viro 4-10/+11
2016-04-11security: drop the unused hook skb_owned_byGravatar Paolo Abeni 1-1/+0
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbGravatar Al Viro 3-4/+4
2016-04-05selinux: restrict kernel module loadingGravatar Jeff Vander Stoep 2-1/+48
2016-04-05selinux: consolidate the ptrace parent lookup codeGravatar Paul Moore 1-21/+17
2016-04-05selinux: simply inode label states to INVALID and INITIALIZEDGravatar Paul Moore 2-4/+3
2016-04-05selinux: don't revalidate inodes in selinux_socket_getpeersec_dgram()Gravatar Paul Moore 1-3/+5
2016-03-28constify ima_d_path()Gravatar Al Viro 2-2/+2
2016-03-28constify security_sb_pivotroot()Gravatar Al Viro 2-2/+2
2016-03-28constify security_path_chroot()Gravatar Al Viro 2-2/+2
2016-03-28constify security_path_{link,rename}Gravatar Al Viro 3-9/+9
2016-03-28apparmor: remove useless checks for NULL ->mntGravatar Al Viro 1-2/+2