summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2016-04-19selinux: don't revalidate an inode's label when explicitly setting itPaul Moore-2/+11
2016-04-14selinux: Change bool variable name to index.Prarit Bhargava-4/+4
2016-04-12KEYS: Add KEYCTL_DH_COMPUTE commandMat Martineau-0/+193
2016-04-12Security: Keys: Big keys stored encryptedKirill Marinushkin-18/+184
2016-04-12KEYS: user_update should use copy of payload made during preparsingDavid Howells-31/+11
2016-04-12security: integrity: Remove select to deleted option PUBLIC_KEY_ALGO_RSAAndreas Ziegler-1/+0
2016-04-11IMA: Use the the system trusted keyrings instead of .ima_mokDavid Howells-53/+32
2016-04-11KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTEDDavid Howells-39/+4
2016-04-11KEYS: Move the point of trust determination to __key_link()David Howells-4/+35
2016-04-11KEYS: Add a facility to restrict new links into a keyringDavid Howells-33/+124
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro-10/+11
2016-04-11security: drop the unused hook skb_owned_byPaolo Abeni-1/+0
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro-4/+4
2016-04-05selinux: restrict kernel module loadingJeff Vander Stoep-1/+48
2016-04-05selinux: consolidate the ptrace parent lookup codePaul Moore-21/+17
2016-04-05selinux: simply inode label states to INVALID and INITIALIZEDPaul Moore-4/+3
2016-04-05selinux: don't revalidate inodes in selinux_socket_getpeersec_dgram()Paul Moore-3/+5
2016-03-28constify ima_d_path()Al Viro-2/+2
2016-03-28constify security_sb_pivotroot()Al Viro-2/+2
2016-03-28constify security_path_chroot()Al Viro-2/+2
2016-03-28constify security_path_{link,rename}Al Viro-9/+9
2016-03-28apparmor: remove useless checks for NULL ->mntAl Viro-2/+2
2016-03-28constify security_path_{mkdir,mknod,symlink}Al Viro-9/+9
2016-03-28constify security_path_{unlink,rmdir}Al Viro-6/+6
2016-03-28apparmor: constify common_perm_...()Al Viro-4/+4
2016-03-28apparmor: constify aa_path_link()Al Viro-2/+2
2016-03-28apparmor: new helper - common_path_perm()Al Viro-35/+12
2016-03-28constify chmod_common/security_path_chmodAl Viro-3/+3
2016-03-28constify security_sb_mount()Al Viro-3/+3
2016-03-28constify chown_common/security_path_chownAl Viro-3/+3
2016-03-28tomoyo: constify assorted struct path *Al Viro-13/+13
2016-03-28apparmor_path_truncate(): path->mnt is never NULLAl Viro-1/+1
2016-03-28constify security_path_truncate()Al Viro-3/+3
2016-03-27[apparmor] constify struct path * in a bunch of helpersAl Viro-8/+8
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+8
2016-03-17Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2/+2
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-227/+450
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-32/+50
2016-03-04Merge tag 'keys-next-20160303' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris-25/+12
2016-03-04Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/selinux in...James Morris-1/+1
2016-03-03X.509: Make algo identifiers text instead of enumDavid Howells-4/+5
2016-03-03akcipher: Move the RSA DER encoding check to the crypto layerDavid Howells-0/+1
2016-02-26Merge branch 'stable-4.5' of git://git.infradead.org/users/pcmoore/selinux in...James Morris-1/+1
2016-02-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris-163/+418
2016-02-22Merge branch 'smack-for-4.6' of https://github.com/cschaufler/smack-next into...James Morris-32/+14
2016-02-21ima: require signed IMA policyMimi Zohar-0/+7
2016-02-21ima: measure and appraise the IMA policy itselfMimi Zohar-3/+24
2016-02-21ima: load policy using pathDmitry Kasatkin-2/+43
2016-02-21ima: support for kexec image and initramfsMimi Zohar-7/+27
2016-02-21ima: remove firmware and module specific cached status infoMimi Zohar-39/+28