Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/apparmor/include/
H A Dpolicy.h211 static inline struct aa_profile *aa_get_newest_profile(struct aa_profile *p) in aa_get_newest_profile() function
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dpolicy.c446 profile = aa_get_newest_profile(ns->unconfined); in aa_lookupn_profile()
477 profile = aa_get_newest_profile(ns->unconfined); in aa_fqlookupn_profile()
831 newest = aa_get_newest_profile(parent); in update_to_newest_parent()
H A Dlabel.c1069 new->vec[k] = aa_get_newest_profile(next); in label_merge_insert()
2072 new->vec[i] = aa_get_newest_profile(label->vec[i]); in __label_update()
H A Ddomain.c490 candidate = aa_get_newest_profile(candidate); in find_attach()