Home
last modified time | relevance | path

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

/linux/security/apparmor/
H A Ddomain.c1128 label_for_each_in_scope(it, labels_ns(label), label, profile) { in change_hat()
1164 label_for_each_in_scope(it, labels_ns(label), label, profile) { in change_hat()
1175 label_for_each_in_scope(it, labels_ns(label), label, profile) { in change_hat()
1256 label_for_each_in_scope(i, labels_ns(label), label, profile) { in aa_change_hat()
H A Dapparmorfs.c804 label_for_each_in_scope(i, labels_ns(label), label, profile) { in query_label()
/linux/security/apparmor/include/
H A Dlib.h90 #define label_for_each_in_scope(I, NS, L, P) \ macro