aboutsummaryrefslogtreecommitdiff
path: root/security/capability.c
AgeCommit message (Expand)Author
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-14security: introduce kernel_module_from_file hookKees Cook
2012-10-11consitify do_mount() argumentsAl Viro
2012-09-21userns: Teach security_path_chown to take kuids and kgidsEric W. Biederman
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro
2012-04-09SELinux: rename dentry_open to file_openEric Paris
2012-02-10security: create task_free security callbackKees Cook
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2012-01-06switch security_path_chmod() to struct path *Al Viro
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris
2012-01-03switch ->path_mknod() to umode_tAl Viro
2012-01-03switch ->path_mkdir() to umode_tAl Viro
2012-01-03switch security_path_chmod() to umode_tAl Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2011-07-20->permission() sanitizing: don't pass flags to ->inode_permission()Al Viro
2011-04-22SECURITY: Move exec_permission RCU checks into security modulesAndi Kleen
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-03-03LSM: Pass -o remount options to the LSMEric Paris
2011-02-22xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const.David S. Miller
2011-02-01security: remove unused security_sysctl hookLucian Adrian Grijincu
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris
2011-01-05af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks.David S. Miller
2010-11-15capabilities/syslog: open code cap_syslog logic to fix build failureEric Paris
2010-10-21secmark: make secmark object handling genericEric Paris
2010-08-10Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds
2010-08-02Security: capability: code style issueChihau Chau
2010-08-02LSM: Remove unused arguments from security_path_truncate().Tetsuo Handa
2010-07-16rlimits: security, add task_struct to setrlimitJiri Slaby
2010-05-17LSM: Add __init to fixup function.Tetsuo Handa
2010-04-12security: remove dead hook acctEric Paris
2010-04-12security: remove dead hook key_session_to_parentEric Paris
2010-04-12security: remove dead hook task_setgroupsEric Paris
2010-04-12security: remove dead hook task_setgidEric Paris
2010-04-12security: remove dead hook task_setuidEric Paris
2010-04-12security: remove dead hook cred_commitEric Paris
2010-04-12security: remove dead hook inode_deleteEric Paris
2010-04-12security: remove dead hook sb_post_pivotrootEric Paris
2010-04-12security: remove dead hook sb_post_addmountEric Paris
2010-04-12security: remove dead hook sb_post_remountEric Paris
2010-04-12security: remove dead hook sb_umount_busyEric Paris
2010-04-12security: remove dead hook sb_umount_closeEric Paris
2010-04-12security: remove sb_check_sb hooksEric Paris
2010-02-24Security: add static to security_ops and default_security_ops variablewzt.wzt@gmail.com
2009-11-10security: report the module name to security_module_requestEric Paris
2009-10-12LSM: Add security_path_chroot().Tetsuo Handa