Home
last modified time | relevance | path

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

/Linux-v4.19/security/apparmor/
Daudit.c83 if (label_isprofile(label)) { in audit_pre()
Dlabel.c322 if (!label_isprofile(label)) { in label_destroy()
361 else if (label_isprofile(label)) in label_free_switch()
387 AA_BUG(label_isprofile(label) && in aa_label_kref()
389 AA_BUG(label_isprofile(label) && in aa_label_kref()
/Linux-v4.19/security/apparmor/include/
Dlabel.h148 #define label_isprofile(X) ((X)->flags & FLAG_PROFILE) macro