aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/capability.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-17PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPENDMichael Kerrisk1-3/+3
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+2
2012-05-05epoll: Add a flag, EPOLLWAKEUP, to prevent suspend while epoll events are readyArve Hjønnevåg1-1/+4
2012-04-07userns: Replace the hard to write inode_userns with inode_capable.Eric W. Biederman1-0/+2
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-2/+2
2012-01-05capabilities: remove __cap_full_set definitionEric Paris1-1/+0
2012-01-05capabilities: remove task_ns_* functionsEric Paris1-1/+0
2012-01-05capabilites: introduce new has_ns_capabilities_noauditEric Paris1-0/+2
2011-10-20net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENTMaciej Żenczykowski1-1/+2
2011-05-24Merge branch 'next' into for-linusJames Morris1-5/+0
2011-05-19Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+6
2011-05-19Merge branch 'master' into nextJames Morris1-14/+1
2011-05-13Cache user_ns in struct credSerge E. Hallyn1-12/+1
2011-04-26timers: Posix interface for alarm-timersJohn Stultz1-1/+6
2011-04-04capabilities: delete all CAP_INIT macrosEric Paris1-3/+0
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/+4
2011-03-23userns: make has_capability* into real functionsSerge E. Hallyn1-30/+4
2011-03-23userns: allow ptrace from non-init user namespacesSerge E. Hallyn1-0/+2
2011-03-23userns: security: make capabilities relative to the user namespaceSerge E. Hallyn1-8/+28
2010-11-29security: Define CAP_SYSLOGSerge E. Hallyn1-2/+5
2010-08-02security: move LSM xattrnames to xattr.hMimi Zohar1-3/+0
2009-11-24remove CONFIG_SECURITY_FILE_CAPABILITIES compile optionSerge E. Hallyn1-2/+0
2009-09-21trivial: change address of the libcap source.GeunSik Lim1-1/+1
2009-04-13add some long-missing capabilities to fs_maskSerge E. Hallyn1-4/+19
2009-03-17nfsd: nfsd should drop CAP_MKNOD for non-rootJ. Bruce Fields1-2/+4
2009-01-30headers_check fix: linux/capability.hJaswinder Singh Rajput1-4/+4
2009-01-07CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3]David Howells1-2/+15
2009-01-07Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]"James Morris1-15/+2
2009-01-05CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]David Howells1-2/+15
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-2/+0
2008-11-12security: remove broken and useless declarationsJames Morris1-2/+0
2008-11-11Add a new capable interface that will be used by systems that use audit toEric Paris1-0/+3
2008-11-11This patch will print cap_permitted and cap_inheritable data in the PATHEric Paris1-0/+5
2008-11-11This patch add a generic cpu endian caps structure and externally availableEric Paris1-0/+7
2008-11-11Document the order of arguments for cap_issubset. It's not instantly clearEric Paris1-0/+7
2008-11-06file capabilities: add no_file_caps switch (v4)Serge E. Hallyn1-0/+3
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()David Howells1-2/+13
2008-07-04security: filesystem capabilities: fix fragile setuid fixup codeAndrew G. Morgan1-0/+2
2008-05-31capabilities: remain source compatible with 32-bit raw legacy capability support.Andrew G. Morgan1-8/+21
2008-04-29Security: Typecast CAP_*_SET macrosDavid Howells1-6/+6
2008-04-28capabilities: implement per-process securebitsAndrew G. Morgan1-2/+1
2008-02-05Smack: Simplified Mandatory Access Control KernelCasey Schaufler1-3/+23
2008-02-05capabilities: introduce per-process capability bounding setSerge E. Hallyn1-2/+9
2008-02-05Remove unnecessary include from include/linux/capability.hAndrew Morgan1-1/+0
2008-02-05Add 64-bit capability support to the kernelAndrew Morgan1-66/+155
2008-02-05revert "capabilities: clean up file capability reading"Andrew Morton1-2/+4
2007-10-22capabilities: clean up file capability readingSerge E. Hallyn1-4/+2
2007-10-18V3 file capabilities: alter behavior of cap_setpcapAndrew Morgan1-4/+0
2007-10-17Implement file posix capabilitiesSerge E. Hallyn1-14/+34