Age | Commit message (Expand) | Author | Files | Lines |
2024-07-31 | lsm: Refactor return value of LSM hook vm_enough_memory | Xu Kuohai | 1 | -8/+3 |
2023-11-12 | lsm: mark the lsm_id variables are marked as static | Paul Moore | 1 | -1/+1 |
2023-11-12 | LSM: Identify modules by more than name | Casey Schaufler | 1 | -1/+7 |
2023-09-13 | lsm: constify 'file' parameter in security_bprm_creds_from_file() | Khadija Kamran | 1 | -2/+2 |
2023-08-08 | lsm: constify the 'target' parameter in security_capget() | Khadija Kamran | 1 | -1/+1 |
2023-05-25 | lsm: fix a number of misspellings | Paul Moore | 1 | -10/+10 |
2023-03-20 | selinux: remove the runtime disable functionality | Paul Moore | 1 | -1/+1 |
2023-03-01 | capability: just use a 'u64' instead of a 'u32[2]' array | Linus Torvalds | 1 | -27/+22 |
2023-01-19 | fs: port vfs{g,u}id helpers to mnt_idmap | Christian Brauner | 1 | -6/+3 |
2023-01-19 | fs: port privilege checking helpers to mnt_idmap | Christian Brauner | 1 | -3/+2 |
2023-01-19 | fs: port xattr to mnt_idmap | Christian Brauner | 1 | -27/+30 |
2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner | 1 | -2/+3 |
2022-12-13 | Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -13/+9 |
2022-12-12 | Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -25/+26 |
2022-11-18 | lsm,fs: fix vfs_getxattr_alloc() return type and caller error paths | Paul Moore | 1 | -12/+10 |
2022-10-28 | capabilities: fix potential memleak on error path from vfs_getxattr_alloc() | Gaosheng Cui | 1 | -2/+4 |
2022-10-26 | caps: use type safe idmapping helpers | Christian Brauner | 1 | -25/+26 |
2021-12-05 | fs: support mapped mounts of mapped filesystems | Christian Brauner | 1 | -5/+4 |
2021-12-03 | fs: use low-level mapping helpers | Christian Brauner | 1 | -5/+8 |
2021-12-03 | fs: move mapping helpers | Christian Brauner | 1 | -0/+1 |
2021-04-27 | Merge tag 'fixes-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor... | Linus Torvalds | 1 | -18/+34 |
2021-04-15 | security: commoncap: clean up kernel-doc comments | Randy Dunlap | 1 | -17/+33 |
2021-03-24 | security: commoncap: fix -Wstringop-overread warning | Arnd Bergmann | 1 | -1/+1 |
2021-03-12 | Revert 95ebabde382c ("capabilities: Don't allow writing ambiguous v3 file cap... | Eric W. Biederman | 1 | -11/+1 |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -20/+88 |
2021-02-22 | Merge branch 'userns-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+11 |
2021-01-28 | cap: fix conversions on getxattr | Miklos Szeredi | 1 | -24/+43 |
2021-01-24 | commoncap: handle idmapped mounts | Christian Brauner | 1 | -13/+49 |
2021-01-24 | xattr: handle idmapped mounts | Tycho Andersen | 1 | -3/+3 |
2021-01-24 | acl: handle idmapped mounts | Christian Brauner | 1 | -7/+38 |
2021-01-24 | capability: handle idmapped mounts | Christian Brauner | 1 | -2/+3 |
2020-12-29 | capabilities: Don't allow writing ambiguous v3 file capabilities | Eric W. Biederman | 1 | -1/+11 |
2020-12-14 | vfs: move cap_convert_nscap() call into vfs_setxattr() | Miklos Szeredi | 1 | -2/+1 |
2020-05-29 | exec: Compute file based creds only once | Eric W. Biederman | 1 | -11/+13 |
2020-05-29 | exec: Add a per bprm->file version of per_clear | Eric W. Biederman | 1 | -1/+1 |
2020-05-27 | Merge commit a4ae32c71fe9 ("exec: Always set cap_ambient in cap_bprm_set_creds") | Eric W. Biederman | 1 | -0/+1 |
2020-05-26 | exec: Always set cap_ambient in cap_bprm_set_creds | Eric W. Biederman | 1 | -0/+1 |
2020-05-21 | exec: Convert security_bprm_set_creds into security_bprm_repopulate_creds | Eric W. Biederman | 1 | -5/+4 |
2019-07-09 | Merge branch 'next-lsm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor... | Linus Torvalds | 1 | -3/+3 |
2019-07-07 | security/commoncap: Use xattr security prefix len | Carmeli Tamir | 1 | -2/+2 |
2019-06-11 | security: Make capability_hooks static | YueHaibing | 1 | -1/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -6/+1 |
2019-03-07 | Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+2 |
2019-02-25 | LSM: Update function documentation for cap_capable | Micah Morton | 1 | -1/+1 |
2019-01-25 | audit: add support for fcaps v3 | Richard Guy Briggs | 1 | -0/+2 |
2019-01-10 | LSM: generalize flag passing to security_capable | Micah Morton | 1 | -8/+9 |
2019-01-08 | capability: Initialize as LSM_ORDER_FIRST | Kees Cook | 1 | -1/+8 |
2018-12-12 | security: audit and remove any unnecessary uses of module.h | Paul Gortmaker | 1 | -1/+0 |
2018-09-04 | Merge tag 'v4.19-rc2' into next-general | James Morris | 1 | -1/+1 |
2018-08-29 | security/capabilities: remove check for -EINVAL | Christian Brauner | 1 | -3/+0 |