Home
last modified time | relevance | path

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

/linux-4.1.27/security/apparmor/include/
Dpolicy.h45 #define PROFILE_INVALID(_profile) ((_profile)->flags & PFLAG_INVALID) macro
329 if (PROFILE_INVALID(p)) in aa_get_newest_profile()
Dcontext.h155 if (PROFILE_INVALID(cxt->profile)) { in aa_current_profile()