Home
last modified time | relevance | path

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

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