summaryrefslogtreecommitdiff
path: root/kernel/capability.c
AgeCommit message (Expand)Author
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
2008-02-05Add 64-bit capability support to the kernelAndrew Morgan
2007-10-19Uninline find_pid etc set of functionsPavel Emelyanov
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn
2007-10-18whitespace fixes: capability syscallsDaniel Walker
2007-10-18V3 file capabilities: alter behavior of cap_setpcapAndrew Morgan
2007-10-17security/ cleanupsAdrian Bunk
2007-02-12[PATCH] pid: replace do/while_each_task_pid with do/while_each_pid_taskEric W. Biederman
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar
2006-03-25[PATCH] refactor capable() to one implementation, add __capable() helperChris Wright
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap
2005-07-27[PATCH] kernel/capability.c: add kerneldocRandy Dunlap
2005-03-11[PATCH] Make lots of things staticAdrian Bunk
2005-01-07[PATCH] Lock initializer cleanup (Core)Thomas Gleixner
2005-01-04[PATCH] capset returns -EPERM when pid==current->pidSerge Hallyn
2005-01-04[PATCH] properly split capset_check+capset_setSerge Hallyn
2004-10-18[PATCH] add missing linux/syscalls.h includesArnd Bergmann
2004-09-02[PATCH] fixed pidhashing patchKirill Korotaev
2003-10-07o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the treeArnaldo Carvalho de Melo
2002-12-17[PATCH] converting cap_set_pg() to for_each_task_pid()William Lee Irwin III
2002-11-23MergeGreg Kroah-Hartman
2002-11-19[PATCH] remove duplicated assignment from sys_capget.Chris Wright
2002-11-19[PATCH] sys_capget should use current if the pid argument is 0Chris Wright
2002-10-17LSM: convert over the remaining security calls to the new format.Greg Kroah-Hartman
2002-10-16LSM: add #include <linux/security.h> to a lot of files as they all have secur...Greg Kroah-Hartman
2002-09-13[PATCH] hide-threads-2.5.34-C1Ingo Molnar
2002-07-19LSM: Enable the security framework. This includes basic task control hooks.Greg Kroah-Hartman
2002-06-08[PATCH] capability.c thinkoRobert Love
2002-06-02[PATCH] capability.c cleanupRobert Love
2002-02-05v2.5.1.9 -> v2.5.1.10Linus Torvalds
2002-02-04Import changesetLinus Torvalds