summaryrefslogtreecommitdiff
path: root/security/apparmor/policy.c
AgeCommit message (Expand)Author
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
2017-01-16apparmor: add strn version of lookup_profile fnJohn Johansen
2017-01-16apparmor: rename replacedby to proxyJohn Johansen
2017-01-16apparmor: rename PFLAG_INVALID to PFLAG_STALEJohn Johansen
2017-01-16apparmor: rename namespace to ns to improve code line lengthsJohn Johansen
2017-01-16apparmor: split apparmor policy namespaces code into its own fileJohn Johansen
2017-01-16apparmor: split out shared policy_XXX fns to libJohn Johansen
2016-07-12apparmor: fix module parameters can be changed after policy is lockedJohn Johansen
2016-07-12apparmor: fix refcount race when finding a child profileJohn Johansen
2016-07-12apparmor: fix audit full profile hname on successful loadJohn Johansen
2016-07-12apparmor: fix log failures for all profiles in a setJohn Johansen
2016-07-12apparmor: fix put() parent ref after updating the active refJohn Johansen
2016-07-12apparmor: fix replacement bug that adds new child to old parentJohn Johansen