summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-01-23Merge 4.9.152 into android-4.9Greg Kroah-Hartman44-170/+367
2019-01-23LSM: Check for NULL cred-security on freeJames Morris1-0/+7
2017-11-07BACKPORT: security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng5-3/+185
2017-03-21ANDROID: export security_path_chownDaniel Rosenberg1-0/+1
2016-08-09security, overlayfs: Provide hook to correctly label newly created filesVivek Goyal4-0/+48
2016-08-09security,overlayfs: Provide security hook for copy up of xattrs for overlay fileVivek Goyal4-0/+31
2016-08-09security, overlayfs: provide copy up security hook for unioned filesVivek Goyal4-0/+40
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds37-100/+95
2016-07-21qstr: constify dentry_init_securityAl Viro4-5/+5
2016-06-06LSM: Fix for security_inode_getsecurity and -EOPNOTSUPPCasey Schaufler1-4/+25
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds82-807/+1915
2016-05-17Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds19-155/+132
2016-04-22security: Introduce security_settime64()Baolin Wang4-7/+22
2016-04-21LSM: LoadPin for kernel file loading restrictionsKees Cook9-0/+233
2016-04-11security: drop the unused hook skb_owned_byPaolo Abeni2-2/+0
2016-03-28constify security_sb_pivotroot()Al Viro4-6/+6
2016-03-28constify security_path_chroot()Al Viro4-5/+5
2016-03-28constify security_path_{link,rename}Al Viro5-18/+18
2016-03-28constify security_path_{mkdir,mknod,symlink}Al Viro7-20/+20
2016-03-28constify security_path_{unlink,rmdir}Al Viro5-12/+12
2016-03-28constify chmod_common/security_path_chmodAl Viro6-7/+7
2016-03-28constify security_sb_mount()Al Viro5-6/+6
2016-03-28constify chown_common/security_path_chownAl Viro6-7/+7
2016-03-28constify security_path_truncate()Al Viro5-6/+6
2016-02-21module: replace copy_module_from_fd with kernel versionMimi Zohar7-112/+22
2016-02-21security: define kernel_read_file hookMimi Zohar6-0/+54
2016-02-21firmware: replace call to fw_read_file_contents() with kernel versionMimi Zohar7-90/+21
2016-02-21ima: define a new hook to measure and appraise a file already in memoryMimi Zohar9-15/+66
2016-02-18vfs: define kernel_read_file_id enumerationMimi Zohar5-8/+19
2016-02-18vfs: define a generic function to read a file from the kernelMimi Zohar5-0/+78
2015-12-24security: Add hook to invalidate inode security labelsAndreas Gruenbacher5-10/+45
2015-12-24security: Make inode argument of inode_getsecid non-constAndreas Gruenbacher9-15/+15
2015-12-24security: Make inode argument of inode_getsecurity non-constAndreas Gruenbacher5-6/+6
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds76-1407/+3588
2015-09-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds14-34/+83
2015-08-25LSM: restore certain default error codesJan Beulich1-5/+6
2015-07-28Yama: remove needless CONFIG_SECURITY_YAMA_STACKEDKees Cook8-52/+28
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman9-9/+23
2015-06-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds42-4089/+3741
2015-05-12LSM: Switch to lists of hooksCasey Schaufler13-387/+627
2015-05-12LSM: Introduce security hook calling MacrosCasey Schaufler1-207/+226
2015-05-12LSM: Split security.hCasey Schaufler9-312/+365
2015-05-11security: make inode_follow_link RCU-walk awareNeilBrown5-11/+32
2015-05-11SECURITY: remove nameidata arg from inode_follow_link.NeilBrown5-12/+8
2015-04-15VFS: security/: d_backing_inode() annotationsDavid Howells12-105/+105
2015-04-12Merge branch 'for-davem' into for-nextAl Viro1537-28671/+47630
2015-04-12switch security_inode_getattr() to struct path *Al Viro10-35/+24
2015-03-21Revert "selinux: add a skb_owned_by() hook"Eric Dumazet5-27/+0
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds80-527/+2127
2015-01-25Add security hooks to binder and implement the hooks for SELinux.Stephen Smalley6-0/+209
[next]