aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/capability.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into nextJames Morris2011-05-191-0/+12
|\
| * Cache user_ns in struct credSerge E. Hallyn2011-05-131-0/+12
* | capabilities: delete unused cap_set_fullEric Paris2011-04-041-2/+0
* | capabilities: do not drop CAP_SETPCAP from the initial taskEric Paris2011-04-041-2/+0
|/
* userns: make has_capability* into real functionsSerge E. Hallyn2011-03-231-0/+54
* userns: security: make capabilities relative to the user namespaceSerge E. Hallyn2011-03-231-5/+37
* security: add cred argument to security_capable()Chris Wright2011-02-111-1/+1
* sched: Remove remaining USER_SCHED codeLi Zefan2010-04-021-1/+0
* capabilities: Use RCU to protect task lookup in sys_capgetThomas Gleixner2009-12-101-2/+2
* remove CONFIG_SECURITY_FILE_CAPABILITIES compile optionSerge E. Hallyn2009-11-241-2/+0
* Silence the existing API for capability version compatibility check.Andrew G. Morgan2009-11-241-2/+2
* capabilities: simplify bound checks for copy_from_user()Arjan van de Ven2009-10-141-3/+6
* [CVE-2009-0029] System call wrappers part 04Heiko Carstens2009-01-141-2/+2
* Merge branch 'next' into for-linusJames Morris2009-01-071-1/+1
|\
| * CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3]David Howells2009-01-071-1/+1
| * Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() ...James Morris2009-01-071-1/+1
| * CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]David Howells2009-01-051-1/+1
* | sanitize audit_log_capset()Al Viro2009-01-041-3/+1
|/
* CRED: Inaugurate COW credentialsDavid Howells2008-11-141-54/+24
* CRED: Separate task security context from task_structDavid Howells2008-11-141-2/+2
* CRED: Neuter sys_capset()David Howells2008-11-141-204/+23
* Capabilities: BUG when an invalid capability is requestedEric Paris2008-11-111-0/+5
* When the capset syscall is used it is not possible for audit to record theEric Paris2008-11-111-0/+5
* file capabilities: add no_file_caps switch (v4)Serge E. Hallyn2008-11-061-0/+11
* security: Fix setting of PF_SUPERPRIV by __capable()David Howells2008-08-141-8/+13
* security: filesystem capabilities refactor kernel codeAndrew G. Morgan2008-07-241-117/+221
* security: filesystem capabilities: fix fragile setuid fixup codeAndrew G. Morgan2008-07-041-0/+21
* capabilities: remain source compatible with 32-bit raw legacy capability supp...Andrew G. Morgan2008-05-311-38/+73
* Add 64-bit capability support to the kernelAndrew Morgan2008-02-051-9/+104
* Uninline find_pid etc set of functionsPavel Emelyanov2007-10-191-1/+1
* Uninline find_task_by_xxx set of functionsPavel Emelyanov2007-10-191-4/+2
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-191-6/+8
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-1/+2
* whitespace fixes: capability syscallsDaniel Walker2007-10-181-95/+95
* V3 file capabilities: alter behavior of cap_setpcapAndrew Morgan2007-10-181-4/+1
* security/ cleanupsAdrian Bunk2007-10-171-4/+0
* [PATCH] pid: replace do/while_each_task_pid with do/while_each_pid_taskEric W. Biederman2007-02-121-3/+5
* [PATCH] pidspace: is_init()Sukadev Bhattiprolu2006-09-291-1/+1
* [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-031-4/+4
* [PATCH] refactor capable() to one implementation, add __capable() helperChris Wright2006-03-251-0/+16
* [PATCH] move capable() to capability.hRandy.Dunlap2006-01-111-0/+1
* [PATCH] kernel/capability.c: add kerneldocRandy Dunlap2005-07-271-3/+17
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+220