Home
last modified time | relevance | path

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

/linux-6.12.1/security/apparmor/include/
Dlabel.h83 FLAG_NULL = 4, /* profile is null learning profile */ enumerator
/linux-6.12.1/security/apparmor/
Dpolicy.c628 profile->label.flags |= FLAG_NULL; in aa_alloc_null()
Ddomain.c401 if (profile->label.flags & FLAG_NULL && in find_attach()