aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/capability.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-15userns: Teach inode_capable to understand inodes whose uids map to other namespaces.Eric W. Biederman1-2/+4
2012-04-07userns: Replace the hard to write inode_userns with inode_capable.Eric W. Biederman1-0/+19
2012-01-17Revert "capabitlies: ns_capable can use the cap helpers rather than lsm call"Linus Torvalds1-1/+1
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-34/+46
2012-01-05capabilities: remove task_ns_* functionsEric Paris1-14/+0
2012-01-05capabitlies: ns_capable can use the cap helpers rather than lsm callEric Paris1-1/+1
2012-01-05capabilities: style only - move capable below ns_capableEric Paris1-16/+16
2012-01-05capabilites: introduce new has_ns_capabilities_noauditEric Paris1-5/+25
2012-01-05capabilities: call has_ns_capability from has_capabilityEric Paris1-16/+10
2012-01-05capabilities: remove all _real_ interfacesEric Paris1-3/+15
2012-01-05capabilities: reverse arguments to security_capableEric Paris1-1/+1
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-05-19Merge branch 'master' into nextJames Morris1-0/+12
2011-05-13Cache user_ns in struct credSerge E. Hallyn1-0/+12
2011-04-04capabilities: delete unused cap_set_fullEric Paris1-2/+0
2011-04-04capabilities: do not drop CAP_SETPCAP from the initial taskEric Paris1-2/+0
2011-03-23userns: make has_capability* into real functionsSerge E. Hallyn1-0/+54
2011-03-23userns: security: make capabilities relative to the user namespaceSerge E. Hallyn1-5/+37
2011-02-11security: add cred argument to security_capable()Chris Wright1-1/+1
2010-04-02sched: Remove remaining USER_SCHED codeLi Zefan1-1/+0
2009-12-10capabilities: Use RCU to protect task lookup in sys_capgetThomas Gleixner1-2/+2
2009-11-24remove CONFIG_SECURITY_FILE_CAPABILITIES compile optionSerge E. Hallyn1-2/+0
2009-11-24Silence the existing API for capability version compatibility check.Andrew G. Morgan1-2/+2
2009-10-14capabilities: simplify bound checks for copy_from_user()Arjan van de Ven1-3/+6
2009-01-14[CVE-2009-0029] System call wrappers part 04Heiko Carstens1-2/+2
2009-01-07Merge branch 'next' into for-linusJames Morris1-1/+1
2009-01-07CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3]David Howells1-1/+1
2009-01-07Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]"James Morris1-1/+1
2009-01-05CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]David Howells1-1/+1
2009-01-04sanitize audit_log_capset()Al Viro1-3/+1
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-54/+24
2008-11-14CRED: Separate task security context from task_structDavid Howells1-2/+2
2008-11-14CRED: Neuter sys_capset()David Howells1-204/+23
2008-11-11Capabilities: BUG when an invalid capability is requestedEric Paris1-0/+5
2008-11-11When the capset syscall is used it is not possible for audit to record theEric Paris1-0/+5
2008-11-06file capabilities: add no_file_caps switch (v4)Serge E. Hallyn1-0/+11
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()David Howells1-8/+13
2008-07-24security: filesystem capabilities refactor kernel codeAndrew G. Morgan1-117/+221
2008-07-04security: filesystem capabilities: fix fragile setuid fixup codeAndrew G. Morgan1-0/+21
2008-05-31capabilities: remain source compatible with 32-bit raw legacy capability support.Andrew G. Morgan1-38/+73
2008-02-05Add 64-bit capability support to the kernelAndrew Morgan1-9/+104
2007-10-19Uninline find_pid etc set of functionsPavel Emelyanov1-1/+1
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov1-4/+2
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov1-6/+8
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-1/+2
2007-10-18whitespace fixes: capability syscallsDaniel Walker1-95/+95
2007-10-18V3 file capabilities: alter behavior of cap_setpcapAndrew Morgan1-4/+1
2007-10-17security/ cleanupsAdrian Bunk1-4/+0
2007-02-12[PATCH] pid: replace do/while_each_task_pid with do/while_each_pid_taskEric W. Biederman1-3/+5
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-1/+1