aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/security.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-20qstr: constify dentry_init_securityAl Viro1-2/+2
2016-05-17Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-29/+29
2016-04-22security: Introduce security_settime64()Baolin Wang1-3/+17
2016-03-28constify security_sb_pivotroot()Al Viro1-3/+3
2016-03-28constify security_path_chroot()Al Viro1-2/+2
2016-03-28constify security_path_{link,rename}Al Viro1-6/+6
2016-03-28constify security_path_{mkdir,mknod,symlink}Al Viro1-6/+6
2016-03-28constify security_path_{unlink,rmdir}Al Viro1-4/+4
2016-03-28constify chmod_common/security_path_chmodAl Viro1-2/+2
2016-03-28constify security_sb_mount()Al Viro1-2/+2
2016-03-28constify chown_common/security_path_chownAl Viro1-2/+2
2016-03-28constify security_path_truncate()Al Viro1-2/+2
2016-02-21module: replace copy_module_from_fd with kernel versionMimi Zohar1-5/+0
2016-02-21security: define kernel_read_file hookMimi Zohar1-0/+7
2016-02-21firmware: replace call to fw_read_file_contents() with kernel versionMimi Zohar1-7/+0
2016-02-20ima: define a new hook to measure and appraise a file already in memoryMimi Zohar1-0/+1
2016-02-18vfs: define kernel_read_file_id enumerationMimi Zohar1-2/+5
2016-02-18vfs: define a generic function to read a file from the kernelMimi Zohar1-0/+7
2015-12-24security: Add hook to invalidate inode security labelsAndreas Gruenbacher1-0/+5
2015-12-24security: Make inode argument of inode_getsecid non-constAndreas Gruenbacher1-2/+2
2015-12-24security: Make inode argument of inode_getsecurity non-constAndreas Gruenbacher1-2/+2
2015-09-20security: fix typo in security_task_prctlJann Horn1-1/+1
2015-06-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1619/+4
2015-05-12LSM: Switch to lists of hooksCasey Schaufler1-42/+4
2015-05-12LSM: Remove a comment from security.hCasey Schaufler1-1270/+0
2015-05-12LSM: Split security.hCasey Schaufler1-305/+0
2015-05-11security: make inode_follow_link RCU-walk awareNeilBrown1-3/+9
2015-05-10SECURITY: remove nameidata arg from inode_follow_link.NeilBrown1-6/+3
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-8/+0
2015-04-11switch security_inode_getattr() to struct path *Al Viro1-4/+3
2015-03-20Revert "selinux: add a skb_owned_by() hook"Eric Dumazet1-8/+0
2015-01-25Add security hooks to binder and implement the hooks for SELinux.Stephen Smalley1-0/+58
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1
2014-09-09security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton1-4/+4
2014-09-02security: Silence shadow warningMark Rustad1-1/+1
2014-07-30Merge branch 'stable-3.16' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris1-4/+1
2014-07-28Revert "selinux: fix the default socket labeling in sock_graft()"Paul Moore1-4/+1
2014-07-25security: introduce kernel_fw_from_file hookKees Cook1-0/+17
2014-07-17Merge branch 'stable-3.16' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris1-1/+4
2014-07-10selinux: fix the default socket labeling in sock_graft()Paul Moore1-1/+4
2014-06-24Merge commit 'v3.15' into nextJames Morris1-4/+8
2014-04-14Merge tag 'keys-20140314' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into nextJames Morris1-3/+3
2014-04-01security: add flags to rename hooksMiklos Szeredi1-4/+8
2014-03-14KEYS: Move the flags representing required permission to linux/key.hDavid Howells1-3/+3
2014-03-10selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov1-3/+7
2013-10-22Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into ra-nextJames Morris1-8/+18
2013-09-18Merge git://git.infradead.org/users/eparis/selinuxPaul Moore1-8/+18
2013-07-25lsm: split the xfrm_state_alloc_security() hook implementationPaul Moore1-8/+18
2013-07-25xattr: Constify ->name member of "struct xattr".Tetsuo Handa1-4/+4
2013-07-09Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-3/+54