aboutsummaryrefslogtreecommitdiffstats
path: root/security/capability.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-6/+0
2015-04-11switch security_inode_getattr() to struct path *Al Viro1-1/+1
2015-03-20Revert "selinux: add a skb_owned_by() hook"Eric Dumazet1-6/+0
2015-01-25Add security hooks to binder and implement the hooks for SELinux.Stephen Smalley1-0/+27
2014-09-09security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton1-2/+2
2014-07-25security: introduce kernel_fw_from_file hookKees Cook1-0/+6
2014-04-14Merge tag 'keys-20140314' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into nextJames Morris1-1/+1
2014-04-14Merge commit 'v3.14' into nextJames Morris1-1/+2
2014-03-14KEYS: Move the flags representing required permission to linux/key.hDavid Howells1-1/+1
2014-03-10selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov1-1/+2
2014-03-07security: have cap_dentry_init_security return errorJeff Layton1-1/+1
2013-10-22Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into ra-nextJames Morris1-4/+11
2013-09-18Merge git://git.infradead.org/users/eparis/selinuxPaul Moore1-4/+11
2013-07-25lsm: split the xfrm_state_alloc_security() hook implementationPaul Moore1-4/+11
2013-07-25xattr: Constify ->name member of "struct xattr".Tetsuo Handa1-1/+1
2013-07-11Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2013-06-08LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data.David Quigley1-1/+4
2013-06-08Security: Add Hook to test if the particular xattr is part of a MAC model.David Quigley1-0/+6
2013-06-08Security: Add hook to calculate context based on a negative dentry.David Quigley1-0/+8
2013-05-13security: cap_inode_getsecctx returning garbageJ. Bruce Fields1-1/+1
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+2
2013-04-09selinux: add a skb_owned_by() hookEric Dumazet1-0/+6
2013-04-02selinux: make security_sb_clone_mnt_opts return an error on context mismatchJeff Layton1-1/+2
2013-01-14tun: fix LSM/SELinux labeling of tun/tap devicesPaul Moore1-3/+21
2012-12-14security: introduce kernel_module_from_file hookKees Cook1-0/+6
2012-10-11consitify do_mount() argumentsAl Viro1-2/+2
2012-09-21userns: Teach security_path_chown to take kuids and kgidsEric W. Biederman1-1/+1
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro1-1/+2
2012-04-09SELinux: rename dentry_open to file_openEric Paris1-2/+2
2012-02-10security: create task_free security callbackKees Cook1-0/+5
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-1/+0
2012-01-06switch security_path_chmod() to struct path *Al Viro1-2/+1
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris1-1/+0
2012-01-03switch ->path_mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->path_mkdir() to umode_tAl Viro1-1/+1
2012-01-03switch security_path_chmod() to umode_tAl Viro1-1/+1
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->inode_permission()Al Viro1-1/+1
2011-04-22SECURITY: Move exec_permission RCU checks into security modulesAndi Kleen1-1/+1
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+1
2011-03-03LSM: Pass -o remount options to the LSMEric Paris1-0/+6
2011-02-22xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const.David S. Miller1-1/+1
2011-02-01security: remove unused security_sysctl hookLucian Adrian Grijincu1-6/+0
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris1-1/+2
2011-01-05af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks.David S. Miller1-1/+1
2010-11-15capabilities/syslog: open code cap_syslog logic to fix build failureEric Paris1-0/+5
2010-10-21secmark: make secmark object handling genericEric Paris1-1/+16
2010-08-10Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds1-1/+2