aboutsummaryrefslogtreecommitdiff
path: root/security/security.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-28LSM: Revive security_task_alloc() hook and per "struct task_struct" security ...Gravatar Tetsuo Handa 1-0/+5
2017-03-24LSM: Initialize security_hook_heads upon registration.Gravatar Tetsuo Handa 1-354/+7
2017-03-06security: mark LSM hooks as __ro_after_initGravatar James Morris 1-1/+1
2017-03-06prlimit,security,selinux: add a security hook for prlimitGravatar Stephen Smalley 1-0/+8
2017-02-10Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux i...Gravatar James Morris 1-8/+2
2017-01-19LSM: Add /sys/kernel/security/lsmGravatar Casey Schaufler 1-0/+38
2017-01-12security,selinux,smack: kill security_task_wait hookGravatar Stephen Smalley 1-6/+0
2017-01-09proc,security: move restriction on writing /proc/pid/attr nodes to procGravatar Stephen Smalley 1-2/+2
2016-08-08security, overlayfs: Provide hook to correctly label newly created filesGravatar Vivek Goyal 1-0/+11
2016-08-08security,overlayfs: Provide security hook for copy up of xattrs for overlay fileGravatar Vivek Goyal 1-0/+8
2016-08-08security, overlayfs: provide copy up security hook for unioned filesGravatar Vivek Goyal 1-0/+8
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2016-07-20qstr: constify dentry_init_securityGravatar Al Viro 1-1/+1
2016-06-06LSM: Fix for security_inode_getsecurity and -EOPNOTSUPPGravatar Casey Schaufler 1-4/+25
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-1/+1
2016-05-17Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-14/+14
2016-04-22security: Introduce security_settime64()Gravatar Baolin Wang 1-1/+1
2016-04-21LSM: LoadPin for kernel file loading restrictionsGravatar Kees Cook 1-0/+1
2016-04-11security: drop the unused hook skb_owned_byGravatar Paolo Abeni 1-1/+0
2016-03-28constify security_sb_pivotroot()Gravatar Al Viro 1-1/+1
2016-03-28constify security_path_chroot()Gravatar Al Viro 1-1/+1
2016-03-28constify security_path_{link,rename}Gravatar Al Viro 1-3/+3
2016-03-28constify security_path_{mkdir,mknod,symlink}Gravatar Al Viro 1-3/+3
2016-03-28constify security_path_{unlink,rmdir}Gravatar Al Viro 1-2/+2
2016-03-28constify chmod_common/security_path_chmodGravatar Al Viro 1-1/+1
2016-03-28constify security_sb_mount()Gravatar Al Viro 1-1/+1
2016-03-28constify chown_common/security_path_chownGravatar Al Viro 1-1/+1
2016-03-28constify security_path_truncate()Gravatar Al Viro 1-1/+1
2016-02-21module: replace copy_module_from_fd with kernel versionGravatar Mimi Zohar 1-12/+0
2016-02-21security: define kernel_read_file hookGravatar Mimi Zohar 1-0/+13
2016-02-21firmware: replace call to fw_read_file_contents() with kernel versionGravatar Mimi Zohar 1-13/+0
2016-02-20ima: define a new hook to measure and appraise a file already in memoryGravatar Mimi Zohar 1-1/+6
2016-02-18vfs: define kernel_read_file_id enumerationGravatar Mimi Zohar 1-2/+3
2016-02-18vfs: define a generic function to read a file from the kernelGravatar Mimi Zohar 1-0/+8
2015-12-24security: Add hook to invalidate inode security labelsGravatar Andreas Gruenbacher 1-0/+8
2015-12-24security: Make inode argument of inode_getsecid non-constGravatar Andreas Gruenbacher 1-1/+1
2015-12-24security: Make inode argument of inode_getsecurity non-constGravatar Andreas Gruenbacher 1-1/+1
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-8/+3
2015-09-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+1
2015-08-26LSM: restore certain default error codesGravatar Jan Beulich 1-5/+6
2015-07-28Yama: remove needless CONFIG_SECURITY_YAMA_STACKEDGravatar Kees Cook 1-8/+3
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Gravatar Eric W. Biederman 1-1/+1
2015-06-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-279/+676
2015-05-12LSM: Switch to lists of hooksGravatar Casey Schaufler 1-96/+474
2015-05-12LSM: Introduce security hook calling MacrosGravatar Casey Schaufler 1-207/+226
2015-05-12LSM: Split security.hGravatar Casey Schaufler 1-1/+1
2015-05-11security: make inode_follow_link RCU-walk awareGravatar NeilBrown 1-3/+4
2015-05-10SECURITY: remove nameidata arg from inode_follow_link.Gravatar NeilBrown 1-2/+2
2015-04-15VFS: security/: d_backing_inode() annotationsGravatar David Howells 1-25/+25
2015-04-11Merge branch 'for-davem' into for-nextGravatar Al Viro 1-5/+0