Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/apparmor/include/
H A Dpolicy.h258 static inline struct aa_profile *aa_get_profile_not0(struct aa_profile *p) in aa_get_profile_not0() function
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dpolicy.c341 } while (profile && !aa_get_profile_not0(profile)); in aa_find_child()
441 } while (profile && !aa_get_profile_not0(profile)); in aa_lookupn_profile()
H A Ddomain.c432 if (!aa_get_profile_not0(profile)) in find_attach()