summaryrefslogtreecommitdiffstats
path: root/security/commoncap.c
Commit message (Expand)AuthorAgeFilesLines
* lsm: mark the lsm_id variables are marked as staticPaul Moore2023-11-121-1/+1
* LSM: Identify modules by more than nameCasey Schaufler2023-11-121-1/+7
* lsm: constify 'file' parameter in security_bprm_creds_from_file()Khadija Kamran2023-09-131-2/+2
* lsm: constify the 'target' parameter in security_capget()Khadija Kamran2023-08-081-1/+1
* lsm: fix a number of misspellingsPaul Moore2023-05-251-10/+10
* selinux: remove the runtime disable functionalityPaul Moore2023-03-201-1/+1
* capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds2023-03-011-27/+22
* fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner2023-01-191-6/+3
* fs: port privilege checking helpers to mnt_idmapChristian Brauner2023-01-191-3/+2
* fs: port xattr to mnt_idmapChristian Brauner2023-01-191-27/+30
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-2/+3
* Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-131-13/+9
|\
| * lsm,fs: fix vfs_getxattr_alloc() return type and caller error pathsPaul Moore2022-11-181-12/+10
* | Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-12-121-25/+26
|\ \
| * | caps: use type safe idmapping helpersChristian Brauner2022-10-261-25/+26
| |/
* / capabilities: fix potential memleak on error path from vfs_getxattr_alloc()Gaosheng Cui2022-10-281-2/+4
|/
* fs: support mapped mounts of mapped filesystemsChristian Brauner2021-12-051-5/+4
* fs: use low-level mapping helpersChristian Brauner2021-12-031-5/+8
* fs: move mapping helpersChristian Brauner2021-12-031-0/+1
* Merge tag 'fixes-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2021-04-271-18/+34
|\
| * security: commoncap: clean up kernel-doc commentsRandy Dunlap2021-04-151-17/+33
| * security: commoncap: fix -Wstringop-overread warningArnd Bergmann2021-03-241-1/+1
* | Revert 95ebabde382c ("capabilities: Don't allow writing ambiguous v3 file cap...Eric W. Biederman2021-03-121-11/+1
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-20/+88
|\ \
| * | commoncap: handle idmapped mountsChristian Brauner2021-01-241-13/+49
| * | xattr: handle idmapped mountsTycho Andersen2021-01-241-3/+3
| * | acl: handle idmapped mountsChristian Brauner2021-01-241-7/+38
| * | capability: handle idmapped mountsChristian Brauner2021-01-241-2/+3
* | | Merge branch 'userns-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-221-1/+11
|\ \ \ | |_|/ |/| |
| * | capabilities: Don't allow writing ambiguous v3 file capabilitiesEric W. Biederman2020-12-291-1/+11
| |/
* / cap: fix conversions on getxattrMiklos Szeredi2021-01-281-24/+43
|/
* vfs: move cap_convert_nscap() call into vfs_setxattr()Miklos Szeredi2020-12-141-2/+1
* exec: Compute file based creds only onceEric W. Biederman2020-05-291-11/+13
* exec: Add a per bprm->file version of per_clearEric W. Biederman2020-05-291-1/+1
* Merge commit a4ae32c71fe9 ("exec: Always set cap_ambient in cap_bprm_set_creds")Eric W. Biederman2020-05-271-0/+1
|\
| * exec: Always set cap_ambient in cap_bprm_set_credsEric W. Biederman2020-05-261-0/+1
* | exec: Convert security_bprm_set_creds into security_bprm_repopulate_credsEric W. Biederman2020-05-211-5/+4
|/
* Merge branch 'next-lsm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2019-07-091-3/+3
|\
| * security/commoncap: Use xattr security prefix lenCarmeli Tamir2019-07-071-2/+2
| * security: Make capability_hooks staticYueHaibing2019-06-111-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
|/
* Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-071-0/+2
|\
| * audit: add support for fcaps v3Richard Guy Briggs2019-01-251-0/+2
* | LSM: Update function documentation for cap_capableMicah Morton2019-02-251-1/+1
* | LSM: generalize flag passing to security_capableMicah Morton2019-01-101-8/+9
* | capability: Initialize as LSM_ORDER_FIRSTKees Cook2019-01-081-1/+8
|/
* security: audit and remove any unnecessary uses of module.hPaul Gortmaker2018-12-121-1/+0
* Merge tag 'v4.19-rc2' into next-generalJames Morris2018-09-041-1/+1
|\
| * cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias()Eddie.Horng2018-08-111-1/+1
* | security/capabilities: remove check for -EINVALChristian Brauner2018-08-291-3/+0
|/