Home
last modified time | relevance | path

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

/security/apparmor/include/
Dlabel.h91 FLAG_NULL = 4, /* profile is null learning profile */ enumerator
/security/apparmor/
Dpolicy.c537 profile->label.flags |= FLAG_NULL; in aa_new_null_profile()
Ddomain.c325 if (profile->label.flags & FLAG_NULL) in __attach_match()