aboutsummaryrefslogtreecommitdiff
path: root/security/security.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-11switch security_inode_getattr() to struct path *Gravatar Al Viro 1-3/+3
2015-03-20Revert "selinux: add a skb_owned_by() hook"Gravatar Eric Dumazet 1-5/+0
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+23
2015-01-25Add security hooks to binder and implement the hooks for SELinux.Gravatar Stephen Smalley 1-0/+23
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportGravatar Christoph Hellwig 1-7/+6
2014-09-09security: make security_file_set_fowner, f_setown and __f_setown void returnGravatar Jeff Layton 1-2/+2
2014-07-25ima: add support for measuring and appraising firmwareGravatar Mimi Zohar 1-1/+6
2014-07-25security: introduce kernel_fw_from_file hookGravatar Kees Cook 1-0/+6
2014-06-24Merge commit 'v3.15' into nextGravatar James Morris 1-2/+20
2014-04-14Merge tag 'keys-20140314' of git://git.kernel.org/pub/scm/linux/kernel/git/dh...Gravatar James Morris 1-1/+1
2014-04-01vfs: add cross-renameGravatar Miklos Szeredi 1-0/+16
2014-04-01security: add flags to rename hooksGravatar Miklos Szeredi 1-2/+4
2014-03-14KEYS: Move the flags representing required permission to linux/key.hGravatar David Howells 1-1/+1
2014-03-10selinux: add gfp argument to security_xfrm_policy_alloc and fix callersGravatar Nikolay Aleksandrov 1-2/+4
2013-10-22Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into r...Gravatar James Morris 1-9/+4
2013-09-18Merge git://git.infradead.org/users/eparis/selinuxGravatar Paul Moore 1-9/+4
2013-07-25lsm: split the xfrm_state_alloc_security() hook implementationGravatar Paul Moore 1-9/+4
2013-07-25xattr: Constify ->name member of "struct xattr".Gravatar Tetsuo Handa 1-5/+3
2013-06-08NFS: Extend NFS xattr handlers to accept the security namespaceGravatar David Quigley 1-0/+1
2013-06-08LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data.Gravatar David Quigley 1-2/+5
2013-06-08Security: Add Hook to test if the particular xattr is part of a MAC model.Gravatar David Quigley 1-0/+6
2013-06-08Security: Add hook to calculate context based on a negative dentry.Gravatar David Quigley 1-0/+10
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-2/+2
2013-04-09selinux: add a skb_owned_by() hookGravatar Eric Dumazet 1-0/+5
2013-04-02selinux: make security_sb_clone_mnt_opts return an error on context mismatchGravatar Jeff Layton 1-2/+2
2013-01-14tun: fix LSM/SELinux labeling of tun/tap devicesGravatar Paul Moore 1-5/+23
2012-12-14ima: support new kernel module syscallGravatar Mimi Zohar 1-1/+6
2012-12-14security: introduce kernel_module_from_file hookGravatar Kees Cook 1-0/+5
2012-10-11consitify do_mount() argumentsGravatar Al Viro 1-2/+2
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-0/+27
2012-09-21userns: Teach security_path_chown to take kuids and kgidsGravatar Eric W. Biederman 1-1/+1
2012-09-07ima: add ima_inode_setxattr/removexattr function and callsGravatar Mimi Zohar 1-0/+6
2012-09-05security: allow Yama to be unconditionally stackedGravatar Kees Cook 1-0/+21
2012-07-03security: Fix nommu build.Gravatar Paul Mundt 1-0/+1
2012-07-02security: Fix nommu build.Gravatar Paul Mundt 1-0/+1
2012-06-01take calculation of final prot in security_mmap_file() into a helperGravatar Al Viro 1-18/+28
2012-06-01take security_mmap_file() outside of ->mmap_semGravatar Al Viro 1-3/+30
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Gravatar Al Viro 1-4/+8
2012-04-09SELinux: rename dentry_open to file_openGravatar Eric Paris 1-2/+2
2012-02-14security: trim security.hGravatar Al Viro 1-0/+2
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionGravatar Al Viro 1-14/+0
2012-02-10security: create task_free security callbackGravatar Kees Cook 1-0/+5