aboutsummaryrefslogtreecommitdiffstats
path: root/security/security.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-08security, overlayfs: Provide hook to correctly label newly created filesVivek Goyal1-0/+11
2016-08-08security,overlayfs: Provide security hook for copy up of xattrs for overlay fileVivek Goyal1-0/+8
2016-08-08security, overlayfs: provide copy up security hook for unioned filesVivek Goyal1-0/+8
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-07-20qstr: constify dentry_init_securityAl Viro1-1/+1
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/linux-securityLinus Torvalds1-1/+1
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-1/+1
2016-04-21LSM: LoadPin for kernel file loading restrictionsKees Cook1-0/+1
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-12/+0
2016-02-21security: define kernel_read_file hookMimi Zohar1-0/+13
2016-02-21firmware: replace call to fw_read_file_contents() with kernel versionMimi Zohar1-13/+0
2016-02-20ima: define a new hook to measure and appraise a file already in memoryMimi Zohar1-1/+6
2016-02-18vfs: define kernel_read_file_id enumerationMimi Zohar1-2/+3
2016-02-18vfs: define a generic function to read a file from the kernelMimi Zohar1-0/+8
2015-12-24security: Add hook to invalidate inode security labelsAndreas Gruenbacher1-0/+8
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-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-8/+3
2015-09-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2015-08-26LSM: restore certain default error codesJan Beulich1-5/+6
2015-07-28Yama: remove needless CONFIG_SECURITY_YAMA_STACKEDKees Cook1-8/+3
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman1-1/+1
2015-06-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-279/+676
2015-05-12LSM: Switch to lists of hooksCasey Schaufler1-96/+474
2015-05-12LSM: Introduce security hook calling MacrosCasey Schaufler1-207/+226
2015-05-12LSM: Split security.hCasey Schaufler1-1/+1
2015-05-11security: make inode_follow_link RCU-walk awareNeilBrown1-3/+4
2015-05-10SECURITY: remove nameidata arg from inode_follow_link.NeilBrown1-2/+2
2015-04-15VFS: security/: d_backing_inode() annotationsDavid Howells1-25/+25
2015-04-11Merge branch 'for-davem' into for-nextAl Viro1-5/+0
2015-04-11switch security_inode_getattr() to struct path *Al Viro1-3/+3
2015-03-20Revert "selinux: add a skb_owned_by() hook"Eric Dumazet1-5/+0
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+23
2015-01-25Add security hooks to binder and implement the hooks for SELinux.Stephen Smalley1-0/+23
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-7/+6
2014-09-09security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton1-2/+2
2014-07-25ima: add support for measuring and appraising firmwareMimi Zohar1-1/+6
2014-07-25security: introduce kernel_fw_from_file hookKees Cook1-0/+6