aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/lsm_hooks.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-28constify security_sb_pivotroot()Al Viro1-1/+1
2016-03-28constify security_path_chroot()Al Viro1-1/+1
2016-03-28constify security_path_{link,rename}Al Viro1-3/+3
2016-03-28constify security_path_{mkdir,mknod,symlink}Al Viro1-3/+3
2016-03-28constify security_path_{unlink,rmdir}Al Viro1-2/+2
2016-03-28constify chmod_common/security_path_chmodAl Viro1-1/+1
2016-03-28constify security_sb_mount()Al Viro1-1/+1
2016-03-28constify chown_common/security_path_chownAl Viro1-1/+1
2016-03-28constify security_path_truncate()Al Viro1-1/+1
2016-02-21module: replace copy_module_from_fd with kernel versionMimi Zohar1-7/+0
2016-02-21security: define kernel_read_file hookMimi Zohar1-0/+8
2016-02-21firmware: replace call to fw_read_file_contents() with kernel versionMimi Zohar1-11/+0
2016-02-18vfs: define kernel_read_file_id enumerationMimi Zohar1-1/+3
2016-02-18vfs: define a generic function to read a file from the kernelMimi Zohar1-0/+9
2015-12-24security: Add hook to invalidate inode security labelsAndreas Gruenbacher1-0/+6
2015-12-24security: Make inode argument of inode_getsecid non-constAndreas Gruenbacher1-1/+1
2015-12-24security: Make inode argument of inode_getsecurity non-constAndreas Gruenbacher1-1/+1
2015-07-28Yama: remove needless CONFIG_SECURITY_YAMA_STACKEDKees Cook1-2/+4
2015-06-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+1888
2015-05-12LSM: Switch to lists of hooksCasey Schaufler1-24/+53
2015-05-12LSM: Add security module hook list headsCasey Schaufler1-0/+220
2015-05-12LSM: Add the comment to lsm_hooks.hCasey Schaufler1-0/+1279
2015-05-12LSM: Split security.hCasey Schaufler1-0/+358