Age | Commit message (Expand) | Author |
2021-12-05 | fs: support mapped mounts of mapped filesystems | Christian Brauner |
2021-12-03 | fs: use low-level mapping helpers | Christian Brauner |
2021-12-03 | fs: move mapping helpers | Christian Brauner |
2021-04-27 | Merge tag 'fixes-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor... | Linus Torvalds |
2021-04-15 | security: commoncap: clean up kernel-doc comments | Randy Dunlap |
2021-03-24 | security: commoncap: fix -Wstringop-overread warning | Arnd Bergmann |
2021-03-12 | Revert 95ebabde382c ("capabilities: Don't allow writing ambiguous v3 file cap... | Eric W. Biederman |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-02-22 | Merge branch 'userns-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-01-28 | cap: fix conversions on getxattr | Miklos Szeredi |
2021-01-24 | commoncap: handle idmapped mounts | Christian Brauner |
2021-01-24 | xattr: handle idmapped mounts | Tycho Andersen |
2021-01-24 | acl: handle idmapped mounts | Christian Brauner |
2021-01-24 | capability: handle idmapped mounts | Christian Brauner |
2020-12-29 | capabilities: Don't allow writing ambiguous v3 file capabilities | Eric W. Biederman |
2020-12-14 | vfs: move cap_convert_nscap() call into vfs_setxattr() | Miklos Szeredi |
2020-05-29 | exec: Compute file based creds only once | Eric W. Biederman |
2020-05-29 | exec: Add a per bprm->file version of per_clear | Eric W. Biederman |
2020-05-27 | Merge commit a4ae32c71fe9 ("exec: Always set cap_ambient in cap_bprm_set_creds") | Eric W. Biederman |
2020-05-26 | exec: Always set cap_ambient in cap_bprm_set_creds | Eric W. Biederman |
2020-05-21 | exec: Convert security_bprm_set_creds into security_bprm_repopulate_creds | Eric W. Biederman |
2019-07-09 | Merge branch 'next-lsm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor... | Linus Torvalds |
2019-07-07 | security/commoncap: Use xattr security prefix len | Carmeli Tamir |
2019-06-11 | security: Make capability_hooks static | YueHaibing |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-03-07 | Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-02-25 | LSM: Update function documentation for cap_capable | Micah Morton |
2019-01-25 | audit: add support for fcaps v3 | Richard Guy Briggs |
2019-01-10 | LSM: generalize flag passing to security_capable | Micah Morton |
2019-01-08 | capability: Initialize as LSM_ORDER_FIRST | Kees Cook |
2018-12-12 | security: audit and remove any unnecessary uses of module.h | Paul Gortmaker |
2018-09-04 | Merge tag 'v4.19-rc2' into next-general | James Morris |
2018-08-29 | security/capabilities: remove check for -EINVAL | Christian Brauner |
2018-08-11 | cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias() | Eddie.Horng |
2018-05-24 | capabilities: Allow privileged user in s_user_ns to set security.* xattrs | Eric W. Biederman |
2018-04-10 | commoncap: Handle memory allocation failure. | Tetsuo Handa |
2018-01-02 | capabilities: fix buffer overread on very short xattr | Eric Biggers |
2017-11-13 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2017-10-20 | capabilities: audit log other surprising conditions | Richard Guy Briggs |
2017-10-20 | capabilities: fix logic for effective root or real root | Richard Guy Briggs |
2017-10-20 | capabilities: invert logic for clarity | Richard Guy Briggs |
2017-10-20 | capabilities: remove a layer of conditional logic | Richard Guy Briggs |
2017-10-20 | capabilities: move audit log decision to function | Richard Guy Briggs |
2017-10-20 | capabilities: use intuitive names for id changes | Richard Guy Briggs |
2017-10-20 | capabilities: use root_priveleged inline to clarify logic | Richard Guy Briggs |
2017-10-20 | capabilities: rename has_cap to has_fcap | Richard Guy Briggs |
2017-10-20 | capabilities: intuitive names for cap gain status | Richard Guy Briggs |
2017-10-20 | capabilities: factor out cap_bprm_set_creds privileged root | Richard Guy Briggs |
2017-10-19 | commoncap: move assignment of fs_ns to avoid null pointer dereference | Colin Ian King |
2017-09-24 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |