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

/security/apparmor/
H A Dcontext.c178 cxt->profile = aa_get_newest_profile(profile);
215 cxt->profile = aa_get_newest_profile(cxt->previous);
H A Ddomain.c360 profile = aa_get_newest_profile(cxt->profile);
418 new_profile = aa_get_newest_profile(cxt->onexec);
435 new_profile = aa_get_newest_profile(ns->unconfined);
H A Dlsm.c514 profile = aa_get_newest_profile(cxt->profile);
516 profile = aa_get_newest_profile(cxt->previous);
518 profile = aa_get_newest_profile(cxt->onexec);
H A Dpolicy.c864 profile = aa_get_newest_profile(ns->unconfined);
1185 newest = aa_get_newest_profile(parent);
/security/apparmor/include/
H A Dcontext.h156 profile = aa_get_newest_profile(cxt->profile);
H A Dpolicy.h317 * aa_get_newest_profile - find the newest version of @profile
324 static inline struct aa_profile *aa_get_newest_profile(struct aa_profile *p) function

Completed in 33 milliseconds