aboutsummaryrefslogtreecommitdiff
path: root/include/linux/capability.h
AgeCommit message (Expand)Author
2017-01-12cred/userns: define current_user_ns() as a functionArnd Bergmann
2017-01-06exec: Ensure mm->user_ns contains the execed filesEric W. Biederman
2017-01-06ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman
2016-09-15kernel: Add noaudit variant of ns_capable()Tyler Hicks
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda
2014-07-24CAPABILITIES: remove undefined caps from all processesEric Paris
2014-06-10fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman
2013-04-14Add file_ns_capable() helper function for open-time capability checkingLinus Torvalds
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-07-17PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPENDMichael Kerrisk
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-05-05epoll: Add a flag, EPOLLWAKEUP, to prevent suspend while epoll events are readyArve Hjønnevåg
2012-04-07userns: Replace the hard to write inode_userns with inode_capable.Eric W. Biederman
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2012-01-05capabilities: remove __cap_full_set definitionEric Paris
2012-01-05capabilities: remove task_ns_* functionsEric Paris
2012-01-05capabilites: introduce new has_ns_capabilities_noauditEric Paris
2011-10-20net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENTMaciej Żenczykowski
2011-05-24Merge branch 'next' into for-linusJames Morris
2011-05-19Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-05-19Merge branch 'master' into nextJames Morris
2011-05-13Cache user_ns in struct credSerge E. Hallyn
2011-04-26timers: Posix interface for alarm-timersJohn Stultz
2011-04-04capabilities: delete all CAP_INIT macrosEric Paris
2011-04-04capabilities: delete unused cap_set_fullEric Paris
2011-04-04capabilities: do not drop CAP_SETPCAP from the initial taskEric Paris
2011-03-23userns: make has_capability* into real functionsSerge E. Hallyn
2011-03-23userns: allow ptrace from non-init user namespacesSerge E. Hallyn
2011-03-23userns: security: make capabilities relative to the user namespaceSerge E. Hallyn
2010-11-29security: Define CAP_SYSLOGSerge E. Hallyn
2010-08-02security: move LSM xattrnames to xattr.hMimi Zohar
2009-11-24remove CONFIG_SECURITY_FILE_CAPABILITIES compile optionSerge E. Hallyn
2009-09-21trivial: change address of the libcap source.GeunSik Lim
2009-04-13add some long-missing capabilities to fs_maskSerge E. Hallyn
2009-03-17nfsd: nfsd should drop CAP_MKNOD for non-rootJ. Bruce Fields
2009-01-30headers_check fix: linux/capability.hJaswinder Singh Rajput
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
2008-11-14CRED: Inaugurate COW credentialsDavid Howells
2008-11-12security: remove broken and useless declarationsJames Morris
2008-11-11Add a new capable interface that will be used by systems that use audit toEric Paris
2008-11-11This patch will print cap_permitted and cap_inheritable data in the PATHEric Paris
2008-11-11This patch add a generic cpu endian caps structure and externally availableEric Paris
2008-11-11Document the order of arguments for cap_issubset. It's not instantly clearEric 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-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