summaryrefslogtreecommitdiffstats
path: root/security/apparmor/policy_unpack.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* apparmor: allow introspecting the loaded policy pre internal transformJohn Johansen2017-01-161-6/+22
* apparmor: add a default null dfaJohn Johansen2017-01-161-2/+4
* apparmor: allow policydb to be used as the file dfaJohn Johansen2017-01-161-4/+8
* apparmor: prepare to support newer versions of policyJohn Johansen2017-01-161-8/+17
* apparmor: add support for force complain flag to support learning modeJohn Johansen2017-01-161-1/+3
* apparmor: remove paranoid load switchJohn Johansen2017-01-161-14/+7
* apparmor: pass gfp_t parameter into profile allocationJohn Johansen2017-01-161-1/+1
* apparmor: fix SECURITY_APPARMOR_HASH_DEFAULT parameter handlingArnd Bergmann2016-07-271-2/+1
* apparmor: fix oops in profile_unpack() when policy_db is not presentJohn Johansen2016-07-121-0/+3
* apparmor: check that xindex is in trans_table boundsJohn Johansen2016-07-121-1/+1
* apparmor: add parameter to control whether policy hashing is usedJohn Johansen2016-07-121-2/+3
* apparmor: add the ability to report a sha1 hash of loaded policyJohn Johansen2013-08-141-6/+14
* apparmor: add an optional profile attachment string for profilesJohn Johansen2013-08-141-0/+3
* apparmor: allow setting any profile into the unconfined stateJohn Johansen2013-08-141-2/+6
* apparmor: make free_profile available outside of policy.cJohn Johansen2013-08-141-2/+2
* apparmor: provide base for multiple profiles to be replaced at onceJohn Johansen2013-08-141-28/+86
* apparmor: remove sid from profilesJohn Johansen2013-04-281-1/+0
* apparmor: move perm defines into policy_unpackJohn Johansen2013-04-281-0/+3
* LSM: do not initialize common_audit_data to 0Eric Paris2012-04-091-1/+1
* LSM: remove the COMMON_AUDIT_DATA_INIT type expansionEric Paris2012-04-091-1/+1
* LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris2012-04-031-9/+11
* AppArmor: Add ability to load extended policyJohn Johansen2012-03-141-1/+23
* AppArmor: Fix oops in policy unpack auditingJohn Johansen2012-03-141-2/+3
* AppArmor: Add mising end of structure test to caps unpackingJohn Johansen2012-02-271-0/+2
* apparmor: sparse fix: rename shadowed variables in policy_unpack.cJames Morris2011-09-091-6/+6
* Create Documentation/security/,Randy Dunlap2011-05-191-2/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* AppArmor: policy routines for loading and unpacking policyJohn Johansen2010-08-021-0/+703
OpenPOWER on IntegriCloud