Lines Matching defs:label
38 aa_label_xaudit(ab, labels_ns(aad(sa)->label), aad(sa)->peer,
95 * @label - label confining the task (NOT NULL)
104 int aa_task_setrlimit(struct aa_label *label, struct task_struct *task,
122 if (label != peer &&
123 aa_capable(label, CAP_SYS_RESOURCE, CAP_OPT_NOAUDIT) != 0)
124 error = fn_for_each(label, profile,
129 error = fn_for_each_confined(label, profile,
138 * @old_l: old label on task (NOT NULL)
139 * @new_l: new label with rlimits to apply (NOT NULL)