aboutsummaryrefslogtreecommitdiff
path: root/security/commoncap.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-23security: whitespace coding style fixesGravatar Justin P. Mattock 1-2/+2
2010-04-20Security: Fix the comment of cap_file_mmap()Gravatar wzt.wzt@gmail.com 1-1/+1
2010-02-05syslog: clean up needless commentGravatar Kees Cook 1-1/+0
2010-02-04syslog: use defined constants instead of raw numbersGravatar Kees Cook 1-2/+3
2010-02-04syslog: distinguish between /proc/kmsg and syscallsGravatar Kees Cook 1-1/+6
2009-11-24remove CONFIG_SECURITY_FILE_CAPABILITIES compile optionGravatar Serge E. Hallyn 1-70/+2
2009-10-20security: remove root_plugGravatar James Morris 1-1/+1
2009-08-06Security/SELinux: seperate lsm specific mmap_min_addrGravatar Eric Paris 1-1/+1
2009-08-06Capabilities: move cap_file_mmap to commoncap.cGravatar Eric Paris 1-0/+30
2009-06-25security: rename ptrace_may_access => ptrace_access_checkGravatar Ingo Molnar 1-2/+2
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