Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/
H A Dapparmorfs.c2127 static struct aa_profile *__first_profile(struct aa_ns *root, in __first_profile() function
2197 return __first_profile(root, __next_ns(root, profile->ns)); in next_profile()
2218 profile = __first_profile(root, root); in p_start()