Searched refs:aa_get_profile (Results 1 – 6 of 6) sorted by relevance
66 aa_get_profile(new->profile); in aa_dup_task_context()67 aa_get_profile(new->previous); in aa_dup_task_context()68 aa_get_profile(new->onexec); in aa_dup_task_context()105 aa_get_profile(profile); in aa_replace_current_profile()127 aa_get_profile(profile); in aa_set_current_onexec()165 cxt->profile = aa_get_profile(aa_newest_version(profile)); in aa_set_current_hat()205 aa_get_profile(cxt->profile); in aa_restore_previous_profile()
452 aa_get_profile(profile); in __list_add_profile()498 new->parent = aa_get_profile(old->parent); in __replace_profile()505 child->parent = aa_get_profile(new); in __replace_profile()511 old->replacedby = aa_get_profile(new); in __replace_profile()528 profile->replacedby = aa_get_profile(profile->ns->unconfined); in __remove_profile()586 ns->unconfined = aa_get_profile(ns->parent->unconfined); in __remove_namespace()700 profile->parent = aa_get_profile(parent); in aa_new_null_profile()814 profile = aa_get_profile(__find_child(&parent->base.profiles, name)); in aa_find_child()902 profile = aa_get_profile(__lookup_profile(&ns->base, hname)); in aa_lookup_profile()945 profile->parent = aa_get_profile((struct aa_profile *) policy); in __add_new_profile()[all …]
185 profile = aa_get_profile(__attach_match(name, list)); in find_attach()366 profile = aa_get_profile(aa_newest_version(cxt->profile)); in apparmor_bprm_set_creds()393 new_profile = aa_get_profile(cxt->onexec); in apparmor_bprm_set_creds()419 new_profile = aa_get_profile(aa_newest_version(cxt->onexec)); in apparmor_bprm_set_creds()433 new_profile = aa_get_profile(profile); in apparmor_bprm_set_creds()436 new_profile = aa_get_profile(ns->unconfined); in apparmor_bprm_set_creds()
98 ent->profile = aa_get_profile(profile); in audit_caps()
893 cxt->profile = aa_get_profile(root_ns->unconfined); in set_init_cxt()
277 static inline struct aa_profile *aa_get_profile(struct aa_profile *p) in aa_get_profile() function