aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/policy_unpack.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmorLinus Torvalds1-4/+112
2019-06-18apparmor: reset pos on failure to unpack for various functionsMike Salvatore1-8/+39
2019-06-18apparmor: enforce nullbyte at end of tag stringJann Horn1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-04-11apparmor: fix blob compression when ns is forced on a policy loadJohn Johansen1-3/+6
2019-04-11apparmor: fix blob compression build failure on ppcJohn Johansen1-1/+1
2019-04-11apparmor: Initial implementation of raw policy blob compressionChris Coulson1-1/+106
2019-03-12apparmor: fix double free when unpack of secmark rules failsJohn Johansen1-0/+1
2018-10-03apparmor: Parse secmark policyMatthew Garrett1-0/+61
2018-08-22apparmor: remove no-op permission check in policy_unpackJohn Johansen1-32/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-03-13apparmor: add base infastructure for socket mediationJohn Johansen1-1/+2
2018-02-09apparmor: convert attaching profiles via xattrs to use dfa matchingJohn Johansen1-34/+1
2018-02-09apparmor: Add support for attaching profiles via xattr, presence and valueMatthew Garrett1-9/+76
2018-02-09apparmor: move context.h to cred.hJohn Johansen1-1/+1
2018-02-09apparmor: split load data into management struct and data blobJohn Johansen1-3/+10
2017-11-21apparmor: fix possible recursive lock warning in __aa_create_nsJohn Johansen1-1/+1
2017-10-26Revert "apparmor: add base infastructure for socket mediation"Linus Torvalds1-46/+1
2017-09-22apparmor: add base infastructure for socket mediationJohn Johansen1-1/+46
2017-09-22apparmor: make policy_unpack able to audit different info messagesJohn Johansen1-14/+38
2017-09-22apparmor: Fix logical error in verify_header()Christos Gkekas1-1/+1
2017-09-22apparmor: Fix shadowed local variable in unpack_trans_table()Geert Uytterhoeven1-2/+2
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-14/+82
2017-06-10apparmor: support v7 transition format compatible with label_parseJohn Johansen1-7/+13
2017-06-10apparmor: switch from profiles to using labels on contextsJohn Johansen1-5/+7
2017-06-10apparmor: convert to profile block critical sectionsJohn Johansen1-1/+1
2017-06-08apparmor: move to per loaddata files, instead of replicating in profilesJohn Johansen1-2/+59
2017-06-08apparmor: allow profiles to provide info to disconnected pathsJohn Johansen1-0/+3
2017-05-18doc: ReSTify apparmor.txtKees Cook1-1/+1
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko1-1/+1
2017-01-16apparmor: fix restricted endian type warnings for policy unpackJohn Johansen1-6/+6
2017-01-16apparmor: support querying extended trusted helper extra dataWilliam Hua1-0/+66
2017-01-16apparmor: make computing policy hashes conditional on kernel parameterJohn Johansen1-6/+9
2017-01-16apparmor: change aad apparmor_audit_data macro to a fn macroJohn Johansen1-18/+20
2017-01-16apparmor: audit policy ns specified in policy loadJohn Johansen1-10/+36
2017-01-16apparmor: allow introspecting the loaded policy pre internal transformJohn Johansen1-6/+22
2017-01-16apparmor: add a default null dfaJohn Johansen1-2/+4
2017-01-16apparmor: allow policydb to be used as the file dfaJohn Johansen1-4/+8
2017-01-16apparmor: prepare to support newer versions of policyJohn Johansen1-8/+17
2017-01-16apparmor: add support for force complain flag to support learning modeJohn Johansen1-1/+3
2017-01-16apparmor: remove paranoid load switchJohn Johansen1-14/+7
2017-01-16apparmor: pass gfp_t parameter into profile allocationJohn Johansen1-1/+1
2016-07-27apparmor: fix SECURITY_APPARMOR_HASH_DEFAULT parameter handlingArnd Bergmann1-2/+1
2016-07-12apparmor: fix oops in profile_unpack() when policy_db is not presentJohn Johansen1-0/+3
2016-07-12apparmor: check that xindex is in trans_table boundsJohn Johansen1-1/+1
2016-07-12apparmor: add parameter to control whether policy hashing is usedJohn Johansen1-2/+3
2013-08-14apparmor: add the ability to report a sha1 hash of loaded policyJohn Johansen1-6/+14
2013-08-14apparmor: add an optional profile attachment string for profilesJohn Johansen1-0/+3
2013-08-14apparmor: allow setting any profile into the unconfined stateJohn Johansen1-2/+6
2013-08-14apparmor: make free_profile available outside of policy.cJohn Johansen1-2/+2