Home
last modified time | relevance | path

Searched refs:aa_get_newest_profile (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/security/apparmor/
Dcontext.c178 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()
Ddomain.c360 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()
Dlsm.c514 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()
Dpolicy.c864 profile = aa_get_newest_profile(ns->unconfined); in aa_lookup_profile()
1185 newest = aa_get_newest_profile(parent); in aa_replace_profiles()
/linux-4.1.27/security/apparmor/include/
Dcontext.h156 profile = aa_get_newest_profile(cxt->profile); in aa_current_profile()
Dpolicy.h324 static inline struct aa_profile *aa_get_newest_profile(struct aa_profile *p) in aa_get_newest_profile() function