aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/lsm_hooks.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-28LSM: Revive security_task_alloc() hook and per "struct task_struct" security blob.Tetsuo Handa1-1/+8
2017-03-06security: introduce CONFIG_SECURITY_WRITABLE_HOOKSJames Morris1-0/+7
2017-03-06prlimit,security,selinux: add a security hook for prlimitStephen Smalley1-3/+15
2017-02-10Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris1-9/+1
2017-01-19LSM: Add /sys/kernel/security/lsmCasey Schaufler1-8/+4
2017-01-12security,selinux,smack: kill security_task_wait hookStephen Smalley1-7/+0
2017-01-10security: Fix inode_getattr documentationMickaël Salaün1-2/+1
2017-01-09proc,security: move restriction on writing /proc/pid/attr nodes to procStephen Smalley1-2/+1
2016-09-19Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris1-0/+36
2016-08-09module: Fully remove the kernel_module_from_file hookMickaël Salaün1-1/+0
2016-08-08security, overlayfs: Provide hook to correctly label newly created filesVivek Goyal1-0/+15
2016-08-08security,overlayfs: Provide security hook for copy up of xattrs for overlay fileVivek Goyal1-0/+10
2016-08-08security, overlayfs: provide copy up security hook for unioned filesVivek Goyal1-0/+11
2016-07-20qstr: constify dentry_init_securityAl Viro1-1/+1
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+5
2016-05-17Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+14
2016-04-22security: Introduce security_settime64()Baolin Wang1-2/+3
2016-04-21LSM: LoadPin for kernel file loading restrictionsKees Cook1-0/+5
2016-04-11security: drop the unused hook skb_owned_byPaolo Abeni1-1/+0
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