summaryrefslogtreecommitdiff
path: root/security/apparmor/policy_unpack.c
AgeCommit message (Expand)Author
2022-10-03apparmor: preparse for state being more than just an integerJohn Johansen
2022-10-03apparmor: convert policy lookup to use accept as an indexJohn Johansen
2022-10-03apparmor: convert xmatch lookup to use accept as an indexJohn Johansen
2022-10-03apparmor: convert fperm lookup to use accept as an indexJohn Johansen
2022-10-03apparmor: convert xmatch to using the new shared policydb structJohn Johansen
2022-10-03apparmor: combine file_rules and aa_policydb into a single shared structJohn Johansen
2022-10-03apparmor: compute policydb permission on profile loadJohn Johansen
2022-10-03apparmor: convert xmatch to use aa_perms structureJohn Johansen
2022-10-03apparmor: rework and cleanup fperm computationJohn Johansen
2022-10-03apparmor: move fperm computation into policy_unpackJohn Johansen
2022-10-03apparmor: compute xmatch permissions on profile loadMike Salvatore
2022-10-03apparmor: compute file permissions on profile loadMike Salvatore
2022-10-03apparmor: use zstd compression for profile dataJon Tourville
2022-07-19apparmor: allow label to carry debug flagsJohn Johansen
2022-07-19apparmor: fix setting unconfined mode on a loaded profileJohn Johansen
2022-07-09apparmor: Fix undefined reference to `zlib_deflate_workspacesize'John Johansen
2022-07-09apparmor: Fix some kernel-doc commentsYang Li
2022-07-09apparmor: Enable tuning of policy paranoid load for embedded systemsJohn Johansen
2022-07-09apparmor: make export of raw binary profile to userspace optionalJohn Johansen
2021-11-11Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-05-17apparmor: use get_unaligned() only for multi-byte wordsArnd Bergmann
2021-02-07security: apparmor: delete repeated words in commentsRandy Dunlap
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-06-07Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-05-15apparmor: Use true and false for bool variableZou Wei
2020-01-21apparmor: fail unpack if profile mode is unknownJohn Johansen
2020-01-09apparmor: add AppArmor KUnit tests for policy unpackMike Salvatore
2019-12-03Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-06-18apparmor: reset pos on failure to unpack for various functionsMike Salvatore
2019-06-18apparmor: enforce nullbyte at end of tag stringJann Horn
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-04-11apparmor: fix blob compression when ns is forced on a policy loadJohn Johansen
2019-04-11apparmor: fix blob compression build failure on ppcJohn Johansen
2019-04-11apparmor: Initial implementation of raw policy blob compressionChris Coulson
2019-03-12apparmor: fix double free when unpack of secmark rules failsJohn Johansen
2018-10-03apparmor: Parse secmark policyMatthew Garrett
2018-08-22apparmor: remove no-op permission check in policy_unpackJohn Johansen
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-03-13apparmor: add base infastructure for socket mediationJohn Johansen
2018-02-09apparmor: convert attaching profiles via xattrs to use dfa matchingJohn Johansen
2018-02-09apparmor: Add support for attaching profiles via xattr, presence and valueMatthew Garrett
2018-02-09apparmor: move context.h to cred.hJohn Johansen
2018-02-09apparmor: split load data into management struct and data blobJohn Johansen
2017-11-21apparmor: fix possible recursive lock warning in __aa_create_nsJohn Johansen
2017-10-26Revert "apparmor: add base infastructure for socket mediation"Linus Torvalds
2017-09-22apparmor: add base infastructure for socket mediationJohn Johansen
2017-09-22apparmor: make policy_unpack able to audit different info messagesJohn Johansen
2017-09-22apparmor: Fix logical error in verify_header()Christos Gkekas
2017-09-22apparmor: Fix shadowed local variable in unpack_trans_table()Geert Uytterhoeven
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds