summaryrefslogtreecommitdiff
path: root/security/commoncap.c
AgeCommit message (Expand)Author
2023-11-12lsm: mark the lsm_id variables are marked as staticPaul Moore
2023-11-12LSM: Identify modules by more than nameCasey Schaufler
2023-09-13lsm: constify 'file' parameter in security_bprm_creds_from_file()Khadija Kamran
2023-08-08lsm: constify the 'target' parameter in security_capget()Khadija Kamran
2023-05-25lsm: fix a number of misspellingsPaul Moore
2023-03-20selinux: remove the runtime disable functionalityPaul Moore
2023-03-01capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds
2023-01-19fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2022-12-13Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-12Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-11-18lsm,fs: fix vfs_getxattr_alloc() return type and caller error pathsPaul Moore
2022-10-28capabilities: fix potential memleak on error path from vfs_getxattr_alloc()Gaosheng Cui
2022-10-26caps: use type safe idmapping helpersChristian Brauner
2021-12-05fs: support mapped mounts of mapped filesystemsChristian Brauner
2021-12-03fs: use low-level mapping helpersChristian Brauner
2021-12-03fs: move mapping helpersChristian Brauner
2021-04-27Merge tag 'fixes-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds
2021-04-15security: commoncap: clean up kernel-doc commentsRandy Dunlap
2021-03-24security: commoncap: fix -Wstringop-overread warningArnd Bergmann
2021-03-12Revert 95ebabde382c ("capabilities: Don't allow writing ambiguous v3 file cap...Eric W. Biederman
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-22Merge branch 'userns-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-01-28cap: fix conversions on getxattrMiklos Szeredi
2021-01-24commoncap: handle idmapped mountsChristian Brauner
2021-01-24xattr: handle idmapped mountsTycho Andersen
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24capability: handle idmapped mountsChristian Brauner
2020-12-29capabilities: Don't allow writing ambiguous v3 file capabilitiesEric W. Biederman
2020-12-14vfs: move cap_convert_nscap() call into vfs_setxattr()Miklos Szeredi
2020-05-29exec: Compute file based creds only onceEric W. Biederman
2020-05-29exec: Add a per bprm->file version of per_clearEric W. Biederman
2020-05-27Merge commit a4ae32c71fe9 ("exec: Always set cap_ambient in cap_bprm_set_creds")Eric W. Biederman
2020-05-26exec: Always set cap_ambient in cap_bprm_set_credsEric W. Biederman
2020-05-21exec: Convert security_bprm_set_creds into security_bprm_repopulate_credsEric W. Biederman
2019-07-09Merge branch 'next-lsm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds
2019-07-07security/commoncap: Use xattr security prefix lenCarmeli Tamir
2019-06-11security: Make capability_hooks staticYueHaibing
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-02-25LSM: Update function documentation for cap_capableMicah Morton
2019-01-25audit: add support for fcaps v3Richard Guy Briggs
2019-01-10LSM: generalize flag passing to security_capableMicah Morton
2019-01-08capability: Initialize as LSM_ORDER_FIRSTKees Cook
2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker
2018-09-04Merge tag 'v4.19-rc2' into next-generalJames Morris
2018-08-29security/capabilities: remove check for -EINVALChristian Brauner
2018-08-11cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias()Eddie.Horng