aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/policy_unpack.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-14apparmor: provide base for multiple profiles to be replaced at onceJohn Johansen1-28/+86
2013-04-28apparmor: remove sid from profilesJohn Johansen1-1/+0
2013-04-28apparmor: move perm defines into policy_unpackJohn Johansen1-0/+3
2012-04-09LSM: do not initialize common_audit_data to 0Eric Paris1-1/+1
2012-04-09LSM: remove the COMMON_AUDIT_DATA_INIT type expansionEric Paris1-1/+1
2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris1-9/+11
2012-03-14AppArmor: Add ability to load extended policyJohn Johansen1-1/+23
2012-03-14AppArmor: Fix oops in policy unpack auditingJohn Johansen1-2/+3