Lines Matching refs:label
74 if (aad(sa)->label) {
75 struct aa_label *label = aad(sa)->label;
77 if (label_isprofile(label)) {
78 struct aa_profile *profile = labels_profile(label);
88 audit_log_format(ab, " label=");
89 aa_label_xaudit(ab, root_ns, label, FLAG_VIEW_SUBNS,
146 aad(sa)->label = &profile->label;
162 struct aa_label *label;
170 if (!IS_ERR(rule->label))
171 aa_put_label(rule->label);
195 rule->label = aa_label_parse(&root_ns->unconfined->label, rulestr,
197 if (IS_ERR(rule->label)) {
198 int err = PTR_ERR(rule->label);
226 struct aa_label *label;
229 label = aa_secid_to_label(sid);
231 if (!label)
234 if (aa_label_is_subset(label, rule->label))