Home
last modified time | relevance | path

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

/Linux-v4.19/security/apparmor/include/
Dlabel.h98 FLAG_PROFILE = 0x200, /* label is a profile */ enumerator
148 #define label_isprofile(X) ((X)->flags & FLAG_PROFILE)
/Linux-v4.19/security/apparmor/
Dpolicy.c284 profile->label.flags |= FLAG_PROFILE; in aa_alloc_profile()