aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/policy.c
AgeCommit message (Expand)Author
2020-03-20apparmor: fix aa_xattrs_match() may sleep while holding a RCU lockJohn Johansen
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2018-11-01apparmor: fix checkpatch error in Parse secmark policyJohn Johansen
2018-10-03apparmor: Parse secmark policyMatthew Garrett
2018-06-07apparmor: fix memory leak when deduping profile loadJohn Johansen
2018-05-03apparmor: fix typo "preconfinement"Zygmunt Krynicki
2018-05-02apparmor: add support for mapping secids and using secctxesJohn 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: cleanup fixup description of aa_replace_profilesJohn Johansen
2018-02-09apparmor: rename task_ctx to the more accurate cred_ctxJohn Johansen
2017-11-21apparmor: fix possible recursive lock warning in __aa_create_nsJohn Johansen
2017-11-21apparmor: fix leak of null profile name if profile allocation failsJohn Johansen
2017-09-22apparmor: fix race condition in null profile creationJohn Johansen
2017-09-22apparmor: move new_null_profile to after profile lookup fns()John Johansen
2017-06-10apparmor: switch from profiles to using labels on contextsJohn Johansen
2017-06-10apparmor: cleanup remove unused and not fully implemented profile renameJohn Johansen
2017-06-10apparmor: refactor updating profiles to the newest parentJohn Johansen
2017-06-10apparmor: share profile name on replacementJohn Johansen
2017-06-10apparmor: fix policy load/remove semanticsJohn Johansen
2017-06-10apparmor: add namespace lookup fns()John Johansen
2017-06-10apparmor: cleanup __find_child()John Johansen
2017-06-10apparmor: provide finer control over policy managementJohn Johansen
2017-06-08apparmor: rename apparmor file fns and data to indicate useJohn Johansen
2017-06-08apparmor: move to per loaddata files, instead of replicating in profilesJohn Johansen
2017-04-07apparmor: fix invalid reference to index variable of iterator line 836John Johansen
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-01-16apparmor: sysctl to enable unprivileged user ns AppArmor policy loadingTyler Hicks
2017-01-16apparmor: support querying extended trusted helper extra dataWilliam Hua
2017-01-16apparmor: change aad apparmor_audit_data macro to a fn macroJohn Johansen
2017-01-16apparmor: change op from int to const char *John Johansen
2017-01-16apparmor: rename context abreviation cxt to the more standard ctxJohn Johansen
2017-01-16apparmor: pass the subject profile into profile replace/removeJohn 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 ns name to the audit data for policy loadsJohn Johansen
2017-01-16apparmor: add profile and ns params to aa_may_manage_policy()John Johansen
2017-01-16apparmor: add ns being viewed as a param to policy_admin_capable()John Johansen
2017-01-16apparmor: add ns being viewed as a param to policy_view_capable()John Johansen
2017-01-16apparmor: allow specifying the profile doing the managementJohn Johansen
2017-01-16apparmor: Make aa_remove_profile() callable from a different viewJohn Johansen
2017-01-16apparmor: add a default null dfaJohn Johansen
2017-01-16apparmor: name null-XXX profiles after the executableJohn Johansen
2017-01-16apparmor: pass gfp_t parameter into profile allocationJohn Johansen
2017-01-16apparmor: refactor prepare_ns() and make usable from different viewsJohn Johansen
2017-01-16apparmor: pass gfp param into aa_policy_init()John Johansen
2017-01-16apparmor: rename hname_tail to basenameJohn Johansen
2017-01-16apparmor: add fn to lookup profiles by fqnameJohn Johansen