aboutsummaryrefslogtreecommitdiff
path: root/security/commoncap.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-08Merge branch 'master' into nextGravatar James Morris 1-1/+0
2009-04-09cap_prctl: don't set error to 0 at 'no_change'Gravatar Serge E. Hallyn 1-1/+0
2009-04-03don't raise all privs on setuid-root file with fE set (v2)Gravatar Serge E. Hallyn 1-0/+32
2009-01-07Merge branch 'next' into for-linusGravatar James Morris 1-15/+14
2009-01-07CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3]Gravatar David Howells 1-15/+14
2009-01-07Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() ...Gravatar James Morris 1-29/+13
2009-01-05inode->i_op is never NULLGravatar Al Viro 1-3/+3
2009-01-05CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]Gravatar David Howells 1-13/+29
2008-11-15capabilities: define get_vfs_caps_from_disk when file caps are not enabledGravatar Eric Paris 1-0/+6
2008-11-14CRED: Prettify commoncap.cGravatar David Howells 1-52/+248
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsGravatar David Howells 1-76/+76
2008-11-14CRED: Inaugurate COW credentialsGravatar David Howells 1-140/+125
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsGravatar David Howells 1-24/+40
2008-11-14CRED: Wrap current->cred and a few other accessorsGravatar David Howells 1-1/+1
2008-11-14CRED: Separate task security context from task_structGravatar David Howells 1-76/+85
2008-11-14CRED: Constify the kernel_cap_t arguments to the capset LSM hooksGravatar David Howells 1-4/+6
2008-11-14CRED: Neuter sys_capset()Gravatar David Howells 1-21/+8
2008-11-14CRED: Wrap task credential accesses in the capabilities codeGravatar David Howells 1-12/+18
2008-11-11Add a new capable interface that will be used by systems that use audit toGravatar Eric Paris 1-4/+4
2008-11-11Any time fcaps or a setuid app under SECURE_NOROOT is used to result in aGravatar Eric Paris 1-1/+22
2008-11-11This patch add a generic cpu endian caps structure and externally availableGravatar Eric Paris 1-58/+71
2008-11-06file capabilities: add no_file_caps switch (v4)Gravatar Serge E. Hallyn 1-0/+3
2008-11-01file caps: always start with clear bprm->caps_*Gravatar Serge Hallyn 1-3/+3
2008-09-27file capabilities: uninline cap_safe_niceGravatar Serge E. Hallyn 1-1/+1
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()Gravatar David Howells 1-7/+17
2008-07-24security: protect legacy applications from executing with insufficient privilegeGravatar Andrew G. Morgan 1-49/+59
2008-07-14Security: split proc ptrace checking into read vs. attachGravatar Stephen Smalley 1-1/+2
2008-07-04security: filesystem capabilities: fix CAP_SETPCAP handlingGravatar Andrew G. Morgan 1-3/+10
2008-04-29xattr: add missing consts to function argumentsGravatar David Howells 1-3/+3
2008-04-28capabilities: implement per-process securebitsGravatar Andrew G. Morgan 1-9/+94
2008-04-18security: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-2/+2
2008-03-20file capabilities: remove cap_task_kill()Gravatar Serge Hallyn 1-40/+0
2008-02-23file capabilities: simplify signal checkGravatar Serge E. Hallyn 1-1/+1
2008-02-05capabilities: introduce per-process capability bounding setGravatar Serge E. Hallyn 1-17/+27
2008-02-05Add 64-bit capability support to the kernelGravatar Andrew Morgan 1-30/+57
2008-02-05revert "capabilities: clean up file capability reading"Gravatar Andrew Morton 1-15/+8
2008-01-21Fix filesystem capability supportGravatar Andrew G. Morgan 1-3/+10
2007-11-29file capabilities: don't prevent signaling setuid root programsGravatar Serge E. Hallyn 1-0/+9
2007-11-14file capabilities: allow sigcont within sessionGravatar Serge E. Hallyn 1-0/+4
2007-10-22capabilities: clean up file capability readingGravatar Serge E. Hallyn 1-8/+15
2007-10-19pid namespaces: define is_global_init() and is_container_init()Gravatar Serge E. Hallyn 1-1/+2
2007-10-18V3 file capabilities: alter behavior of cap_setpcapGravatar Andrew Morgan 1-5/+54
2007-10-17security/ cleanupsGravatar Adrian Bunk 1-21/+0
2007-10-17Implement file posix capabilitiesGravatar Serge E. Hallyn 1-16/+228
2007-10-17security: Convert LSM into a static interfaceGravatar James Morris 1-3/+0
2007-08-22fix NULL pointer dereference in __vm_enough_memory()Gravatar Alan Cox 1-2/+2
2007-07-19coredump masking: reimplementation of dumpable using two flagsGravatar Kawai, Hidehiro 1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2006-09-29[PATCH] pidspace: is_init()Gravatar Sukadev Bhattiprolu 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0