Home
last modified time | relevance | path

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

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