Searched refs:aa_get_profile (Results 1 - 7 of 7) sorted by relevance

/security/apparmor/
H A Dcontext.c66 aa_get_profile(new->profile);
67 aa_get_profile(new->previous);
68 aa_get_profile(new->onexec);
82 p = aa_get_profile(__aa_task_profile(task));
118 aa_get_profile(profile);
140 aa_get_profile(profile);
H A Dpolicy.c430 aa_get_profile(profile);
711 rcu_assign_pointer(profile->parent, aa_get_profile(parent));
769 profile = aa_get_profile(__find_child(&parent->base.profiles, name));
1001 rcu_assign_pointer(child->parent, aa_get_profile(new));
1009 rcu_assign_pointer(new->parent, aa_get_profile(parent));
1018 aa_get_profile(new));
1024 aa_get_profile(new);
1044 *p = aa_get_profile(__lookup_profile(&ns->base, hname));
1127 rcu_assign_pointer(ent->new->parent, aa_get_profile(p));
1131 rcu_assign_pointer(ent->new->parent, aa_get_profile(
[all...]
H A Dcapability.c102 ent->profile = aa_get_profile(profile);
H A Dresource.c98 task_profile = aa_get_profile(aa_cred_profile(__task_cred(task)));
H A Ddomain.c179 profile = aa_get_profile(__attach_match(name, list));
386 new_profile = aa_get_profile(cxt->onexec);
432 new_profile = aa_get_profile(profile);
645 root = aa_get_profile(profile);
H A Dlsm.c891 cxt->profile = aa_get_profile(root_ns->unconfined);
/security/apparmor/include/
H A Dpolicy.h267 * aa_get_profile - increment refcount on profile @p
273 static inline struct aa_profile *aa_get_profile(struct aa_profile *p) function
332 return aa_get_profile(p);
366 rcu_assign_pointer(orig->replacedby->profile, aa_get_profile(new));
381 aa_get_profile(ns->unconfined);

Completed in 9 milliseconds