Home
last modified time | relevance | path

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

/linux/security/apparmor/
H A Daudit.c119 if (label_isprofile(label)) { in audit_pre()
H A Dlabel.c327 if (!label_isprofile(label)) { in aa_label_destroy()
363 else if (label_isprofile(label)) in label_free_switch()
390 AA_BUG(label_isprofile(label) && in aa_label_kref()
392 AA_BUG(label_isprofile(label) && in aa_label_kref()
/linux/security/apparmor/include/
H A Dlabel.h157 #define label_isprofile(X) ((X)->flags & FLAG_PROFILE) macro