aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/capability.c
AgeCommit message (Expand)Author
2014-07-24CAPABILITIES: remove undefined caps from all processesEric Paris
2014-06-10fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski
2014-06-04kernel/capability.c: code clean-upFabian Frederick
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2014-02-24capability: Use current logging stylesJoe Perches
2014-01-13audit: Simplify and correct audit_log_capsetEric W. Biederman
2013-09-09Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman
2013-08-15xfs: ioctl check for capabilities in the current user namespaceDwight Engen
2013-04-14Add file_ns_capable() helper function for open-time capability checkingLinus Torvalds
2012-05-15userns: Teach inode_capable to understand inodes whose uids map to other name...Eric W. Biederman
2012-04-07userns: Replace the hard to write inode_userns with inode_capable.Eric W. Biederman
2012-01-17Revert "capabitlies: ns_capable can use the cap helpers rather than lsm call"Linus Torvalds
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2012-01-05capabilities: remove task_ns_* functionsEric Paris
2012-01-05capabitlies: ns_capable can use the cap helpers rather than lsm callEric Paris
2012-01-05capabilities: style only - move capable below ns_capableEric Paris
2012-01-05capabilites: introduce new has_ns_capabilities_noauditEric Paris
2012-01-05capabilities: call has_ns_capability from has_capabilityEric Paris
2012-01-05capabilities: remove all _real_ interfacesEric Paris
2012-01-05capabilities: reverse arguments to security_capableEric Paris
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-05-19Merge branch 'master' into nextJames Morris
2011-05-13Cache user_ns in struct credSerge E. Hallyn
2011-04-04capabilities: delete unused cap_set_fullEric Paris
2011-04-04capabilities: do not drop CAP_SETPCAP from the initial taskEric Paris
2011-03-23userns: make has_capability* into real functionsSerge E. Hallyn
2011-03-23userns: security: make capabilities relative to the user namespaceSerge E. Hallyn
2011-02-11security: add cred argument to security_capable()Chris Wright
2010-04-02sched: Remove remaining USER_SCHED codeLi Zefan
2009-12-10capabilities: Use RCU to protect task lookup in sys_capgetThomas Gleixner
2009-11-24remove CONFIG_SECURITY_FILE_CAPABILITIES compile optionSerge E. Hallyn
2009-11-24Silence the existing API for capability version compatibility check.Andrew G. Morgan
2009-10-14capabilities: simplify bound checks for copy_from_user()Arjan van de Ven
2009-01-14[CVE-2009-0029] System call wrappers part 04Heiko Carstens
2009-01-07Merge branch 'next' into for-linusJames Morris
2009-01-07CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3]David Howells
2009-01-07Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() ...James Morris
2009-01-05CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]David Howells
2009-01-04sanitize audit_log_capset()Al Viro
2008-11-14CRED: Inaugurate COW credentialsDavid Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-11-14CRED: Neuter sys_capset()David Howells
2008-11-11Capabilities: BUG when an invalid capability is requestedEric Paris
2008-11-11When the capset syscall is used it is not possible for audit to record theEric Paris
2008-11-06file capabilities: add no_file_caps switch (v4)Serge E. Hallyn
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()David Howells
2008-07-24security: filesystem capabilities refactor kernel codeAndrew G. Morgan
2008-07-04security: filesystem capabilities: fix fragile setuid fixup codeAndrew G. Morgan
2008-05-31capabilities: remain source compatible with 32-bit raw legacy capability supp...Andrew G. Morgan