Home
last modified time | relevance | path

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

/Linux-v5.4/security/apparmor/include/
Dpolicy.h211 static inline struct aa_profile *aa_get_newest_profile(struct aa_profile *p) in aa_get_newest_profile() function
/Linux-v5.4/security/apparmor/
Dpolicy.c445 profile = aa_get_newest_profile(ns->unconfined); in aa_lookupn_profile()
476 profile = aa_get_newest_profile(ns->unconfined); in aa_fqlookupn_profile()
830 newest = aa_get_newest_profile(parent); in update_to_newest_parent()
Dlabel.c1041 new->vec[k] = aa_get_newest_profile(next); in label_merge_insert()
2041 new->vec[i] = aa_get_newest_profile(label->vec[i]); in __label_update()