summaryrefslogtreecommitdiffstats
path: root/security/apparmor/policy_unpack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'apparmor-pr-2022-12-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-141-190/+399
|\
| * apparmor: Fix memleak issue in unpack_profile()Xiu Jianfeng2022-10-251-3/+12
| * 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 decompression of rawdata for read back to userspaceJohn Johansen2022-10-031-3/+4
| * apparmor: Remove unnecessary size check when unpacking trans_tableJohn Johansen2022-10-031-3/+7
| * apparmor: rework profile->rules to be a listJohn Johansen2022-10-031-16/+18
| * apparmor: refactor profile rules and attachmentsJohn Johansen2022-10-031-56/+62
| * apparmor: verify loaded permission bits masks don't overlapJohn Johansen2022-10-031-4/+30
| * apparmor: verify permission table indexesJohn Johansen2022-10-031-1/+34
| * apparmor: add the ability for policy to specify a permission tableJohn Johansen2022-10-031-10/+94
| * apparmor: make unpack_array return a trianary valueJohn Johansen2022-10-031-16/+27
| * 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-031-0/+2
| * apparmor: add mediation class information to auditingJohn Johansen2022-10-031-1/+1
| * apparmor: extend permissions to support a label and tag stringJohn Johansen2022-10-031-1/+1
| * apparmor: isolate policy backwards compatibility to its own fileJohn Johansen2022-10-031-286/+4
| * apparmor: extend xindex sizeJohn Johansen2022-10-031-4/+4
| * apparmor: move dfa perm macros into policy_unpackJohn Johansen2022-10-031-0/+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-031-8/+8
| * apparmor: convert policy lookup to use accept as an indexJohn Johansen2022-10-031-7/+12
| * apparmor: convert xmatch lookup to use accept as an indexJohn Johansen2022-10-031-0/+1
| * apparmor: convert fperm lookup to use accept as an indexJohn Johansen2022-10-031-17/+40
| * apparmor: convert xmatch to using the new shared policydb structJohn Johansen2022-10-031-13/+12
| * apparmor: combine file_rules and aa_policydb into a single shared structJohn Johansen2022-10-031-5/+6
| * apparmor: compute policydb permission on profile loadJohn Johansen2022-10-031-1/+54
| * apparmor: convert xmatch to use aa_perms structureJohn Johansen2022-10-031-4/+9
| * apparmor: rework and cleanup fperm computationJohn Johansen2022-10-031-32/+38
| * apparmor: move fperm computation into policy_unpackJohn Johansen2022-10-031-0/+98
| * apparmor: compute xmatch permissions on profile loadMike Salvatore2022-10-031-1/+21
| * apparmor: compute file permissions on profile loadMike Salvatore2022-10-031-0/+3
| * apparmor: use zstd compression for profile dataJon Tourville2022-10-031-59/+50
* | apparmor: test: make static symbols visible during kunit testingRae Moar2022-12-121-134/+104
|/
* apparmor: allow label to carry debug flagsJohn Johansen2022-07-191-0/+4
* apparmor: fix setting unconfined mode on a loaded profileJohn Johansen2022-07-191-5/+7
* apparmor: Fix undefined reference to `zlib_deflate_workspacesize'John Johansen2022-07-091-1/+7
* apparmor: Fix some kernel-doc commentsYang Li2022-07-091-2/+3
* apparmor: Enable tuning of policy paranoid load for embedded systemsJohn Johansen2022-07-091-1/+3
* apparmor: make export of raw binary profile to userspace optionalJohn Johansen2022-07-091-8/+12
* Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-111-1/+1
|\
| * security: apparmor: delete repeated words in commentsRandy Dunlap2021-02-071-1/+1
* | apparmor: use get_unaligned() only for multi-byte wordsArnd Bergmann2021-05-171-1/+1
* | mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-7/+7
* | Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-071-27/+31
|\|
| * apparmor: Use true and false for bool variableZou Wei2020-05-151-27/+27