Home
last modified time | relevance | path

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

/linux-2.6.39/security/apparmor/include/
Dpolicy.h43 #define PROFILE_IS_HAT(_profile) ((_profile)->flags & PFLAG_HAT) macro
/linux-2.6.39/security/apparmor/
Ddomain.c627 root = PROFILE_IS_HAT(profile) ? profile->parent : profile; in aa_change_hat()
663 if (!PROFILE_IS_HAT(hat)) { in aa_change_hat()