summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | apparmor: Fix kunit test for out of bounds arrayJohn Johansen2022-10-031-2/+1
| * | | apparmor: Fix decompression of rawdata for read back to userspaceJohn Johansen2022-10-032-4/+5
| * | | apparmor: Fix undefined references to zstd_ symbolsJohn Johansen2022-10-033-5/+15
| * | | apparmor: make sure the decompression ctx is promperly initializedJohn Johansen2022-10-031-1/+5
| * | | apparmor: Remove unnecessary size check when unpacking trans_tableJohn Johansen2022-10-031-3/+7
| * | | apparmor: Fix doc comment for compute_fpermsJohn Johansen2022-10-031-2/+2
| * | | apparmor: make __aa_path_perm() staticXiu Jianfeng2022-10-032-6/+4
| * | | apparmor: Simplify obtain the newest label on a credGaosheng Cui2022-10-032-14/+1
| * | | apparmor: Fix regression in stacking due to label flagsJohn Johansen2022-10-031-5/+7
| * | | apparmor: fix aa_class_names[] to match reserved classesJohn Johansen2022-10-031-1/+16
| * | | apparmor: rework profile->rules to be a listJohn Johansen2022-10-0315-57/+142
| * | | apparmor: refactor profile rules and attachmentsJohn Johansen2022-10-0318-239/+308
| * | | apparmor: verify loaded permission bits masks don't overlapJohn Johansen2022-10-031-4/+30
| * | | apparmor: cleanup: move perm accumulation into perms.hJohn Johansen2022-10-032-52/+53
| * | | apparmor: make sure perm indexes are accumulatedJohn Johansen2022-10-033-2/+25
| * | | apparmor: verify permission table indexesJohn Johansen2022-10-031-1/+34
| * | | apparmor: add the ability for policy to specify a permission tableJohn Johansen2022-10-032-11/+98
| * | | apparmor: make unpack_array return a trianary valueJohn Johansen2022-10-032-22/+33
| * | | apparmor: group dfa policydb unpackingJohn Johansen2022-10-031-38/+63
| * | | apparmor: make transition table unpack generic so it can be reusedJohn Johansen2022-10-031-10/+12
| * | | apparmor: add user mode flagJohn Johansen2022-10-035-5/+9
| * | | apparmor: add mediation class information to auditingJohn Johansen2022-10-0314-13/+48