summaryrefslogtreecommitdiff
path: root/security/apparmor/policy_unpack.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-04apparmor: Fix decompression of rawdata for read back to userspaceJohn Johansen1-3/+4
2022-10-04apparmor: Remove unnecessary size check when unpacking trans_tableJohn Johansen1-3/+7
2022-10-04apparmor: rework profile->rules to be a listJohn Johansen1-16/+18
2022-10-04apparmor: refactor profile rules and attachmentsJohn Johansen1-56/+62
2022-10-04apparmor: verify loaded permission bits masks don't overlapJohn Johansen1-4/+30
2022-10-04apparmor: verify permission table indexesJohn Johansen1-1/+34
2022-10-04apparmor: add the ability for policy to specify a permission tableJohn Johansen1-10/+94
2022-10-04apparmor: make unpack_array return a trianary valueJohn Johansen1-16/+27
2022-10-04apparmor: group dfa policydb unpackingJohn Johansen1-38/+63
2022-10-04apparmor: make transition table unpack generic so it can be reusedJohn Johansen1-10/+12
2022-10-04apparmor: add user mode flagJohn Johansen1-0/+2
2022-10-04apparmor: add mediation class information to auditingJohn Johansen1-1/+1
2022-10-04apparmor: extend permissions to support a label and tag stringJohn Johansen1-1/+1
2022-10-04apparmor: isolate policy backwards compatibility to its own fileJohn Johansen1-286/+4
2022-10-04apparmor: extend xindex sizeJohn Johansen1-4/+4
2022-10-04apparmor: move dfa perm macros into policy_unpackJohn Johansen1-0/+49
2022-10-04apparmor: extend policydb permission set by making use of the xbitsJohn Johansen1-4/+27
2022-10-04apparmor: fix apparmor mediating locking non-fs unix socketsJohn Johansen1-4/+9
2022-10-04apparmor: Fix abi check to include v8 abiJohn Johansen1-1/+1
2022-10-04apparmor: preparse for state being more than just an integerJohn Johansen1-8/+8
2022-10-04apparmor: convert policy lookup to use accept as an indexJohn Johansen1-7/+12
2022-10-04apparmor: convert xmatch lookup to use accept as an indexJohn Johansen1-0/+1
2022-10-04apparmor: convert fperm lookup to use accept as an indexJohn Johansen1-17/+40
2022-10-04apparmor: convert xmatch to using the new shared policydb structJohn Johansen1-13/+12
2022-10-04apparmor: combine file_rules and aa_policydb into a single shared structJohn Johansen1-5/+6
2022-10-04apparmor: compute policydb permission on profile loadJohn Johansen1-1/+54
2022-10-04apparmor: convert xmatch to use aa_perms structureJohn Johansen1-4/+9
2022-10-04apparmor: rework and cleanup fperm computationJohn Johansen1-32/+38
2022-10-04apparmor: move fperm computation into policy_unpackJohn Johansen1-0/+98
2022-10-04apparmor: compute xmatch permissions on profile loadMike Salvatore1-1/+21
2022-10-04apparmor: compute file permissions on profile loadMike Salvatore1-0/+3
2022-10-04apparmor: use zstd compression for profile dataJon Tourville1-59/+50
2022-07-19apparmor: allow label to carry debug flagsJohn Johansen1-0/+4
2022-07-19apparmor: fix setting unconfined mode on a loaded profileJohn Johansen1-5/+7
2022-07-10apparmor: Fix undefined reference to `zlib_deflate_workspacesize'John Johansen1-1/+7
2022-07-10apparmor: Fix some kernel-doc commentsYang Li1-2/+3
2022-07-10apparmor: Enable tuning of policy paranoid load for embedded systemsJohn Johansen1-1/+3
2022-07-10apparmor: make export of raw binary profile to userspace optionalJohn Johansen1-8/+12
2021-11-12Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2021-05-17apparmor: use get_unaligned() only for multi-byte wordsArnd Bergmann1-1/+1
2021-02-07security: apparmor: delete repeated words in commentsRandy Dunlap1-1/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-7/+7
2020-06-08Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-27/+31
2020-05-16apparmor: Use true and false for bool variableZou Wei1-27/+27
2020-01-21apparmor: fail unpack if profile mode is unknownJohn Johansen1-0/+4
2020-01-10apparmor: add AppArmor KUnit tests for policy unpackMike Salvatore1-0/+4
2019-12-03Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+112
2019-06-19apparmor: reset pos on failure to unpack for various functionsMike Salvatore1-8/+39
2019-06-19apparmor: enforce nullbyte at end of tag stringJann Horn1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1