Age | Commit message (Expand) | Author | Files | Lines |
2020-12-14 | vfs: move cap_convert_nscap() call into vfs_setxattr() | Miklos Szeredi | 1 | -1/+1 |
2020-07-19 | capabilities: Introduce CAP_CHECKPOINT_RESTORE | Adrian Reber | 1 | -0/+6 |
2020-05-15 | bpf, capability: Introduce CAP_BPF | Alexei Starovoitov | 1 | -0/+5 |
2020-04-16 | capabilities: Introduce CAP_PERFMON to kernel and user space | Alexey Budankov | 1 | -0/+4 |
2019-03-07 | Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+3 |
2019-01-25 | LSM: add SafeSetID module that gates setid calls | Micah Morton | 1 | -0/+5 |
2019-01-25 | audit: add support for fcaps v3 | Richard Guy Briggs | 1 | -2/+3 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-01 | Introduce v3 namespaced file capabilities | Serge E. Hallyn | 1 | -0/+2 |
2016-11-22 | exec: Ensure mm->user_ns contains the execed files | Eric W. Biederman | 1 | -0/+1 |
2016-11-22 | ptrace: Capture the ptracer's creds not PT_PTRACE_CAP | Eric W. Biederman | 1 | -0/+1 |
2016-08-03 | uapi: move forward declarations of internal structures | Alexey Dobriyan | 1 | -0/+1 |
2016-06-06 | kernel: Add noaudit variant of ns_capable() | Tyler Hicks | 1 | -0/+5 |
2016-03-23 | cred/userns: define current_user_ns() as a function | Arnd Bergmann | 1 | -2/+0 |
2015-11-18 | security/capability.h: cap_issubset/isclear can be boolean | Yaowei Bai | 1 | -8/+8 |
2015-11-18 | security: remove unused cap_is_fs_cap function | Yaowei Bai | 1 | -6/+0 |
2015-04-16 | kernel: conditionally support non-root users, groups and capabilities | Iulia Manda | 1 | -0/+29 |
2014-07-24 | CAPABILITIES: remove undefined caps from all processes | Eric Paris | 1 | -1/+4 |
2014-06-11 | fs,userns: Change inode_capable to capable_wrt_inode_uidgid | Andy Lutomirski | 1 | -1/+1 |
2013-08-31 | userns: Kill nsown_capable it makes the wrong thing easy | Eric W. Biederman | 1 | -1/+0 |
2013-04-14 | Add file_ns_capable() helper function for open-time capability checking | Linus Torvalds | 1 | -0/+2 |
2012-10-13 | UAPI: (Scripted) Disintegrate include/linux | David Howells | 1 | -345/+1 |
2012-07-17 | PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPEND | Michael Kerrisk | 1 | -3/+3 |
2012-05-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -0/+2 |
2012-05-05 | epoll: Add a flag, EPOLLWAKEUP, to prevent suspend while epoll events are ready | Arve Hjønnevåg | 1 | -1/+4 |
2012-04-08 | userns: Replace the hard to write inode_userns with inode_capable. | Eric W. Biederman | 1 | -0/+2 |
2012-01-15 | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 1 | -2/+2 |
2012-01-06 | capabilities: remove __cap_full_set definition | Eric Paris | 1 | -1/+0 |
2012-01-06 | capabilities: remove task_ns_* functions | Eric Paris | 1 | -1/+0 |
2012-01-06 | capabilites: introduce new has_ns_capabilities_noaudit | Eric Paris | 1 | -0/+2 |
2011-10-21 | net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENT | Maciej Żenczykowski | 1 | -1/+2 |
2011-05-24 | Merge branch 'next' into for-linus | James Morris | 1 | -5/+0 |
2011-05-20 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+6 |
2011-05-19 | Merge branch 'master' into next | James Morris | 1 | -14/+1 |
2011-05-13 | Cache user_ns in struct cred | Serge E. Hallyn | 1 | -12/+1 |
2011-04-27 | timers: Posix interface for alarm-timers | John Stultz | 1 | -1/+6 |
2011-04-04 | capabilities: delete all CAP_INIT macros | Eric Paris | 1 | -3/+0 |
2011-04-04 | capabilities: delete unused cap_set_full | Eric Paris | 1 | -2/+0 |
2011-04-04 | capabilities: do not drop CAP_SETPCAP from the initial task | Eric Paris | 1 | -2/+4 |
2011-03-24 | userns: make has_capability* into real functions | Serge E. Hallyn | 1 | -30/+4 |
2011-03-24 | userns: allow ptrace from non-init user namespaces | Serge E. Hallyn | 1 | -0/+2 |
2011-03-24 | userns: security: make capabilities relative to the user namespace | Serge E. Hallyn | 1 | -8/+28 |
2010-11-29 | security: Define CAP_SYSLOG | Serge E. Hallyn | 1 | -2/+5 |
2010-08-02 | security: move LSM xattrnames to xattr.h | Mimi Zohar | 1 | -3/+0 |
2009-11-24 | remove CONFIG_SECURITY_FILE_CAPABILITIES compile option | Serge E. Hallyn | 1 | -2/+0 |
2009-09-21 | trivial: change address of the libcap source. | GeunSik Lim | 1 | -1/+1 |
2009-04-13 | add some long-missing capabilities to fs_mask | Serge E. Hallyn | 1 | -4/+19 |
2009-03-17 | nfsd: nfsd should drop CAP_MKNOD for non-root | J. Bruce Fields | 1 | -2/+4 |
2009-01-30 | headers_check fix: linux/capability.h | Jaswinder Singh Rajput | 1 | -4/+4 |
2009-01-07 | CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3] | David Howells | 1 | -2/+15 |