Lines Matching defs:label
56 "label",
117 struct aa_label *label = ad->subj_label;
119 if (label_isprofile(label)) {
120 struct aa_profile *profile = labels_profile(label);
130 audit_log_format(ab, " label=");
131 aa_label_xaudit(ab, root_ns, label, FLAG_VIEW_SUBNS,
190 ad->subj_label = &profile->label;
206 struct aa_label *label;
214 if (!IS_ERR(rule->label))
215 aa_put_label(rule->label);
239 rule->label = aa_label_parse(&root_ns->unconfined->label, rulestr,
241 if (IS_ERR(rule->label)) {
242 int err = PTR_ERR(rule->label);
270 struct aa_label *label;
273 label = aa_secid_to_label(sid);
275 if (!label)
278 if (aa_label_is_subset(label, rule->label))