Searched refs:aa_get_newest_profile (Results 1 – 6 of 6) sorted by relevance
178 cxt->profile = aa_get_newest_profile(profile); in aa_set_current_hat()215 cxt->profile = aa_get_newest_profile(cxt->previous); in aa_restore_previous_profile()
360 profile = aa_get_newest_profile(cxt->profile); in apparmor_bprm_set_creds()418 new_profile = aa_get_newest_profile(cxt->onexec); in apparmor_bprm_set_creds()435 new_profile = aa_get_newest_profile(ns->unconfined); in apparmor_bprm_set_creds()
514 profile = aa_get_newest_profile(cxt->profile); in apparmor_getprocattr()516 profile = aa_get_newest_profile(cxt->previous); in apparmor_getprocattr()518 profile = aa_get_newest_profile(cxt->onexec); in apparmor_getprocattr()
864 profile = aa_get_newest_profile(ns->unconfined); in aa_lookup_profile()1185 newest = aa_get_newest_profile(parent); in aa_replace_profiles()
156 profile = aa_get_newest_profile(cxt->profile); in aa_current_profile()
324 static inline struct aa_profile *aa_get_newest_profile(struct aa_profile *p) in aa_get_newest_profile() function