summaryrefslogtreecommitdiffstats
path: root/security/security.c
AgeCommit message (Expand)Author
2015-12-24security: Add hook to invalidate inode security labelsAndreas Gruenbacher
2015-12-24security: Make inode argument of inode_getsecid non-constAndreas Gruenbacher
2015-12-24security: Make inode argument of inode_getsecurity non-constAndreas Gruenbacher
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-09-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-08-26LSM: restore certain default error codesJan Beulich
2015-07-28Yama: remove needless CONFIG_SECURITY_YAMA_STACKEDKees Cook
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman
2015-06-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-05-12LSM: Switch to lists of hooksCasey Schaufler
2015-05-12LSM: Introduce security hook calling MacrosCasey Schaufler
2015-05-12LSM: Split security.hCasey Schaufler
2015-05-11security: make inode_follow_link RCU-walk awareNeilBrown
2015-05-10SECURITY: remove nameidata arg from inode_follow_link.NeilBrown
2015-04-15VFS: security/: d_backing_inode() annotationsDavid Howells
2015-04-11Merge branch 'for-davem' into for-nextAl Viro
2015-04-11switch security_inode_getattr() to struct path *Al Viro
2015-03-20Revert "selinux: add a skb_owned_by() hook"Eric Dumazet
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-01-25Add security hooks to binder and implement the hooks for SELinux.Stephen Smalley
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig
2014-09-09security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton
2014-07-25ima: add support for measuring and appraising firmwareMimi Zohar
2014-07-25security: introduce kernel_fw_from_file hookKees Cook
2014-06-24Merge commit 'v3.15' into nextJames Morris
2014-04-14Merge tag 'keys-20140314' of git://git.kernel.org/pub/scm/linux/kernel/git/dh...James Morris
2014-04-01vfs: add cross-renameMiklos Szeredi
2014-04-01security: add flags to rename hooksMiklos Szeredi
2014-03-14KEYS: Move the flags representing required permission to linux/key.hDavid Howells
2014-03-10selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov
2013-10-22Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into r...James Morris
2013-09-18Merge git://git.infradead.org/users/eparis/selinuxPaul Moore
2013-07-25lsm: split the xfrm_state_alloc_security() hook implementationPaul Moore
2013-07-25xattr: Constify ->name member of "struct xattr".Tetsuo Handa
2013-06-08NFS: Extend NFS xattr handlers to accept the security namespaceDavid Quigley
2013-06-08LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data.David Quigley
2013-06-08Security: Add Hook to test if the particular xattr is part of a MAC model.David Quigley
2013-06-08Security: Add hook to calculate context based on a negative dentry.David Quigley
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2013-04-09selinux: add a skb_owned_by() hookEric Dumazet
2013-04-02selinux: make security_sb_clone_mnt_opts return an error on context mismatchJeff Layton
2013-01-14tun: fix LSM/SELinux labeling of tun/tap devicesPaul Moore
2012-12-14ima: support new kernel module syscallMimi Zohar
2012-12-14security: introduce kernel_module_from_file hookKees Cook
2012-10-11consitify do_mount() argumentsAl Viro
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-09-21userns: Teach security_path_chown to take kuids and kgidsEric W. Biederman
2012-09-07ima: add ima_inode_setxattr/removexattr function and callsMimi Zohar
2012-09-05security: allow Yama to be unconditionally stackedKees Cook
2012-07-03security: Fix nommu build.Paul Mundt