aboutsummaryrefslogtreecommitdiff
path: root/security/capability.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-20->permission() sanitizing: don't pass flags to ->inode_permission()Gravatar Al Viro 1-1/+1
2011-04-22SECURITY: Move exec_permission RCU checks into security modulesGravatar Andi Kleen 1-1/+1
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-1/+1
2011-03-03LSM: Pass -o remount options to the LSMGravatar Eric Paris 1-0/+6
2011-02-22xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const.Gravatar David S. Miller 1-1/+1
2011-02-01security: remove unused security_sysctl hookGravatar Lucian Adrian Grijincu 1-6/+0
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationGravatar Eric Paris 1-1/+2
2011-01-05af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks.Gravatar David S. Miller 1-1/+1
2010-11-15capabilities/syslog: open code cap_syslog logic to fix build failureGravatar Eric Paris 1-0/+5
2010-10-21secmark: make secmark object handling genericGravatar Eric Paris 1-1/+16
2010-08-10Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxGravatar Linus Torvalds 1-1/+2
2010-08-02Security: capability: code style issueGravatar Chihau Chau 1-1/+1
2010-08-02LSM: Remove unused arguments from security_path_truncate().Gravatar Tetsuo Handa 1-2/+1
2010-07-16rlimits: security, add task_struct to setrlimitGravatar Jiri Slaby 1-1/+2
2010-05-17LSM: Add __init to fixup function.Gravatar Tetsuo Handa 1-1/+1
2010-04-12security: remove dead hook acctGravatar Eric Paris 1-6/+0
2010-04-12security: remove dead hook key_session_to_parentGravatar Eric Paris 1-8/+0
2010-04-12security: remove dead hook task_setgroupsGravatar Eric Paris 1-6/+0
2010-04-12security: remove dead hook task_setgidGravatar Eric Paris 1-6/+0
2010-04-12security: remove dead hook task_setuidGravatar Eric Paris 1-6/+0
2010-04-12security: remove dead hook cred_commitGravatar Eric Paris 1-5/+0
2010-04-12security: remove dead hook inode_deleteGravatar Eric Paris 1-5/+0
2010-04-12security: remove dead hook sb_post_pivotrootGravatar Eric Paris 1-5/+0
2010-04-12security: remove dead hook sb_post_addmountGravatar Eric Paris 1-5/+0
2010-04-12security: remove dead hook sb_post_remountGravatar Eric Paris 1-6/+0
2010-04-12security: remove dead hook sb_umount_busyGravatar Eric Paris 1-5/+0
2010-04-12security: remove dead hook sb_umount_closeGravatar Eric Paris 1-5/+0
2010-04-12security: remove sb_check_sb hooksGravatar Eric Paris 1-6/+0
2010-02-24Security: add static to security_ops and default_security_ops variableGravatar wzt.wzt@gmail.com 1-4/+0
2009-11-10security: report the module name to security_module_requestGravatar Eric Paris 1-1/+1
2009-10-12LSM: Add security_path_chroot().Gravatar Tetsuo Handa 1-0/+6
2009-10-12LSM: Add security_path_chmod() and security_path_chown().Gravatar Tetsuo Handa 1-0/+13
2009-09-10LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security contex...Gravatar David P. Quigley 1-0/+17
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]Gravatar David Howells 1-0/+19
2009-09-01lsm: Add hooks to the TUN driverGravatar Paul Moore 1-0/+19
2009-08-14security: introducing security_request_moduleGravatar Eric Paris 1-0/+6
2009-08-06Capabilities: move cap_file_mmap to commoncap.cGravatar Eric Paris 1-9/+0
2009-06-25security: rename ptrace_may_access => ptrace_access_checkGravatar Ingo Molnar 1-1/+1
2009-03-28lsm: Remove the socket_post_accept() hookGravatar Paul Moore 1-5/+0
2008-12-31introduce new LSM hooks where vfsmount is available.Gravatar Kentaro Takeda 1-0/+57
2008-12-20security: pass mount flags to security_sb_kern_mount()Gravatar James Morris 1-1/+1
2008-11-14CRED: Allow kernel services to override LSM settings for task actionsGravatar David Howells 1-0/+12
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsGravatar David Howells 1-13/+6
2008-11-14CRED: Inaugurate COW credentialsGravatar David Howells 1-9/+12
2008-11-14CRED: Pass credentials through dentry_open()Gravatar David Howells 1-1/+1
2008-11-14CRED: Detach the credentials from task_structGravatar David Howells 1-4/+4
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()Gravatar David Howells 1-1/+2
2008-07-26[PATCH] pass MAY_OPEN to vfs_permission() explicitlyGravatar Al Viro 1-2/+1
2008-07-14security: remove register_security hookGravatar James Morris 1-7/+0
2008-07-14security: remove dummy moduleGravatar Miklos Szeredi 1-64/+986