Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/apparmor/include/
H A Dlabel.h87 FLAG_NULL = 4, /* profile is null learning profile */ enumerator
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dpolicy.c540 profile->label.flags |= FLAG_NULL; in aa_new_null_profile()
H A Ddomain.c400 if (profile->label.flags & FLAG_NULL && in find_attach()