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