summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* 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
| * apparmor: extend permissions to support a label and tag stringJohn Johansen2022-10-037-27/+32
| * apparmor: isolate policy backwards compatibility to its own fileJohn Johansen2022-10-035-287/+359
| * apparmor: extend xindex sizeJohn Johansen2022-10-033-17/+16
| * apparmor: move dfa perm macros into policy_unpackJohn Johansen2022-10-032-51/+49
| * apparmor: extend policydb permission set by making use of the xbitsJohn Johansen2022-10-031-4/+27
| * apparmor: fix apparmor mediating locking non-fs unix socketsJohn Johansen2022-10-031-4/+9
| * apparmor: Fix abi check to include v8 abiJohn Johansen2022-10-031-1/+1
| * apparmor: preparse for state being more than just an integerJohn Johansen2022-10-0315-102/+101
| * apparmor: convert policy lookup to use accept as an indexJohn Johansen2022-10-037-24/+33
| * apparmor: cleanup shared permission structJohn Johansen2022-10-032-12/+9