summaryrefslogtreecommitdiffstats
path: root/security/apparmor/policy_unpack.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * apparmor: fail unpack if profile mode is unknownJohn Johansen2020-01-211-0/+4
* | apparmor: add AppArmor KUnit tests for policy unpackMike Salvatore2020-01-091-0/+4
|/
* Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-031-4/+112
|\
| * apparmor: fix blob compression when ns is forced on a policy loadJohn Johansen2019-04-111-3/+6
| * apparmor: fix blob compression build failure on ppcJohn Johansen2019-04-111-1/+1
| * apparmor: Initial implementation of raw policy blob compressionChris Coulson2019-04-111-1/+106
* | apparmor: reset pos on failure to unpack for various functionsMike Salvatore2019-06-181-8/+39
* | apparmor: enforce nullbyte at end of tag stringJann Horn2019-06-181-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
|/
* apparmor: fix double free when unpack of secmark rules failsJohn Johansen2019-03-121-0/+1
* apparmor: Parse secmark policyMatthew Garrett2018-10-031-0/+61
* apparmor: remove no-op permission check in policy_unpackJohn Johansen2018-08-221-32/+0
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* apparmor: add base infastructure for socket mediationJohn Johansen2018-03-131-1/+2
* apparmor: convert attaching profiles via xattrs to use dfa matchingJohn Johansen2018-02-091-34/+1
* apparmor: Add support for attaching profiles via xattr, presence and valueMatthew Garrett2018-02-091-9/+76
* apparmor: move context.h to cred.hJohn Johansen2018-02-091-1/+1
* apparmor: split load data into management struct and data blobJohn Johansen2018-02-091-3/+10
* apparmor: fix possible recursive lock warning in __aa_create_nsJohn Johansen2017-11-211-1/+1
* Revert "apparmor: add base infastructure for socket mediation"Linus Torvalds2017-10-261-46/+1
* apparmor: add base infastructure for socket mediationJohn Johansen2017-09-221-1/+46
* apparmor: make policy_unpack able to audit different info messagesJohn Johansen2017-09-221-14/+38
* apparmor: Fix logical error in verify_header()Christos Gkekas2017-09-221-1/+1
* apparmor: Fix shadowed local variable in unpack_trans_table()Geert Uytterhoeven2017-09-221-2/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-07-051-14/+82
|\
| * apparmor: support v7 transition format compatible with label_parseJohn Johansen2017-06-101-7/+13
| * apparmor: switch from profiles to using labels on contextsJohn Johansen2017-06-101-5/+7
| * apparmor: convert to profile block critical sectionsJohn Johansen2017-06-101-1/+1
| * apparmor: move to per loaddata files, instead of replicating in profilesJohn Johansen2017-06-081-2/+59
| * apparmor: allow profiles to provide info to disconnected pathsJohn Johansen2017-06-081-0/+3
* | doc: ReSTify apparmor.txtKees Cook2017-05-181-1/+1
|/
* mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-081-1/+1
* apparmor: fix restricted endian type warnings for policy unpackJohn Johansen2017-01-161-6/+6
* apparmor: support querying extended trusted helper extra dataWilliam Hua2017-01-161-0/+66
* apparmor: make computing policy hashes conditional on kernel parameterJohn Johansen2017-01-161-6/+9
* apparmor: change aad apparmor_audit_data macro to a fn macroJohn Johansen2017-01-161-18/+20
* apparmor: audit policy ns specified in policy loadJohn Johansen2017-01-161-10/+36