summaryrefslogtreecommitdiffstats
path: root/security/apparmor/policy_unpack.c
AgeCommit message (Expand)Author
2021-05-17apparmor: use get_unaligned() only for multi-byte wordsArnd Bergmann
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
2017-06-10apparmor: support v7 transition format compatible with label_parseJohn Johansen
2017-06-10apparmor: switch from profiles to using labels on contextsJohn Johansen
2017-06-10apparmor: convert to profile block critical sectionsJohn Johansen
2017-06-08apparmor: move to per loaddata files, instead of replicating in profilesJohn Johansen
2017-06-08apparmor: allow profiles to provide info to disconnected pathsJohn Johansen
2017-05-18doc: ReSTify apparmor.txtKees Cook
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-01-16apparmor: fix restricted endian type warnings for policy unpackJohn Johansen
2017-01-16apparmor: support querying extended trusted helper extra dataWilliam Hua
2017-01-16apparmor: make computing policy hashes conditional on kernel parameterJohn Johansen
2017-01-16apparmor: change aad apparmor_audit_data macro to a fn macroJohn Johansen
2017-01-16apparmor: audit policy ns specified in policy loadJohn Johansen
2017-01-16apparmor: allow introspecting the loaded policy pre internal transformJohn Johansen
2017-01-16apparmor: add a default null dfaJohn Johansen
2017-01-16apparmor: allow policydb to be used as the file dfaJohn Johansen
2017-01-16apparmor: prepare to support newer versions of policyJohn Johansen
2017-01-16apparmor: add support for force complain flag to support learning modeJohn Johansen
2017-01-16apparmor: remove paranoid load switchJohn Johansen
2017-01-16apparmor: pass gfp_t parameter into profile allocationJohn Johansen
2016-07-27apparmor: fix SECURITY_APPARMOR_HASH_DEFAULT parameter handlingArnd Bergmann
2016-07-12apparmor: fix oops in profile_unpack() when policy_db is not presentJohn Johansen