summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-02-211-25/+5
|\
| * KEYS: DH: Use crypto_wait_reqHerbert Xu2023-02-131-25/+5
* | Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-212-37/+55
|\ \
| * | randstruct: disable Clang 15 supportEric Biggers2023-02-081-0/+3
| * | LoadPin: Allow filesystem switch when not enforcingKees Cook2023-01-191-5/+11
| * | LoadPin: Move pin reporting cleanly out of lockingKees Cook2023-01-191-9/+6
| * | LoadPin: Refactor sysctl initializationKees Cook2023-01-191-16/+19
| * | LoadPin: Refactor read-only check into a helperKees Cook2023-01-191-12/+21
| |/
* | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-2019-165/+163
|\ \
| * | fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner2023-01-191-6/+3
| * | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-194-14/+11
| * | fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner2023-01-191-3/+2
| * | fs: port privilege checking helpers to mnt_idmapChristian Brauner2023-01-191-3/+2
| * | fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner2023-01-191-3/+2
| * | fs: port acl to mnt_idmapChristian Brauner2023-01-195-26/+26
| * | fs: port xattr to mnt_idmapChristian Brauner2023-01-1913-94/+99
| * | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-199-16/+17
| * | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-193-6/+7
| |/
* | Merge tag 'tpm-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jar...Linus Torvalds2023-02-201-37/+100
|\ \
| * | KEYS: Add new function key_create()Thomas Weißschuh2023-02-131-37/+100
* | | apparmor: Fix regression in compat permissions for getattrJohn Johansen2023-02-151-2/+1
|/ /
* | tomoyo: Update website linkTetsuo Handa2023-01-131-1/+1
* | tomoyo: Remove "select SRCU"Paul E. McKenney2023-01-131-1/+0
* | tomoyo: Omit use of bin2cMasahiro Yamada2023-01-092-8/+8
* | tomoyo: avoid unneeded creation of builtin-policy.hMasahiro Yamada2023-01-071-0/+2
* | tomoyo: fix broken dependency on *.conf.defaultMasahiro Yamada2023-01-071-1/+1
|/
* Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-232-12/+21
|\
| * security: Restrict CONFIG_ZERO_CALL_USED_REGS to gcc or clang > 15.0.6Nathan Chancellor2022-12-141-0/+3
| * LoadPin: Ignore the "contents" argument of the LSM hooksKees Cook2022-12-141-12/+18
* | Merge tag 'fs.vfsuid.ima.v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-211-0/+24
|\ \
| * | mnt_idmapping: move ima-only helpers to imaChristian Brauner2022-12-131-0/+24
* | | Merge tag 'apparmor-pr-2022-12-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-1435-914/+1632
|\ \ \
| * | | apparmor: Fix uninitialized symbol 'array_size' in policy_unpack_test.cJohn Johansen2022-11-011-2/+2
| * | | apparmor: Add __init annotation to aa_{setup/teardown}_dfa_engine()Xiu Jianfeng2022-11-011-2/+2
| * | | apparmor: Fix memleak in alloc_ns()Xiu Jianfeng2022-11-011-1/+1
| * | | apparmor: Fix memleak issue in unpack_profile()Xiu Jianfeng2022-10-251-3/+12
| * | | apparmor: fix a memleak in free_ruleset()Gaosheng Cui2022-10-251-0/+1
| * | | apparmor: Fix spelling of function name in comment blockYang Li2022-10-251-1/+1
| * | | apparmor: Use pointer to struct aa_label for lbs_credXiu Jianfeng2022-10-251-2/+2
| * | | AppArmor: Fix kernel-docJiapeng Chong2022-10-251-1/+1
| * | | LSM: Fix kernel-docJiapeng Chong2022-10-251-1/+1
| * | | AppArmor: Fix kernel-docJiapeng Chong2022-10-251-1/+1
| * | | apparmor: Fix loading of child before parentJohn Johansen2022-10-251-9/+78
| * | | apparmor: refactor code that alloc null profilesJohn Johansen2022-10-244-28/+43
| * | | apparmor: fix obsoleted comments for aa_getprocattr() and audit_resource()Gaosheng Cui2022-10-242-6/+7
| * | | apparmor: remove useless static inline functionsGaosheng Cui2022-10-242-19/+0
| * | | apparmor: Fix unpack_profile() warn: passing zero to 'ERR_PTR'John Johansen2022-10-101-5/+16
| * | | apparmor: fix uninitialize table variable in error in unpack_trans_tableJohn Johansen2022-10-101-1/+1
| * | | apparmor: store return value of unpack_perms_table() to signed variableMuhammad Usama Anjum2022-10-041-4/+8