Home
last modified time | relevance | path

Searched refs:subj_label (Results 1 – 11 of 11) sorted by relevance

/security/apparmor/
A Daudit.c116 if (ad->subj_label) { in audit_pre()
117 struct aa_label *label = ad->subj_label; in audit_pre()
190 ad->subj_label = &profile->label; in aa_audit()
A Dtask.c220 aa_label_xaudit(ab, labels_ns(ad->subj_label), ad->peer, in audit_ptrace_cb()
269 ad->subj_label = &tracer->label; in profile_tracer_perm()
322 ad->subj_label = &profile->label; in aa_profile_ns_perm()
A Dipc.c74 aa_label_xaudit(ab, labels_ns(ad->subj_label), ad->peer, in audit_signal_cb()
A Dresource.c39 aa_label_xaudit(ab, labels_ns(ad->subj_label), ad->peer, in audit_cb()
A Dpolicy.c801 static int audit_policy(struct aa_label *subj_label, const char *op, in audit_policy() argument
811 ad.subj_label = subj_label; in audit_policy()
A Dlib.c452 ad->subj_label = &profile->label; in aa_check_perms()
A Dnet.c159 aa_label_xaudit(ab, labels_ns(ad->subj_label), ad->peer, in audit_net_cb()
A Dlsm.c621 aa_label_xaudit(ab, labels_ns(ad->subj_label), in audit_uring_cb()
920 ad.subj_label = begin_current_label_crit_section(); in do_setattr()
929 end_current_label_crit_section(ad.subj_label); in do_setattr()
A Dfile.c71 aa_label_xaudit(ab, labels_ns(ad->subj_label), ad->peer, in file_audit_cb()
/security/apparmor/include/
A Daudit.h117 struct aa_label *subj_label; member
A Dlabel.h433 static inline bool __aa_subj_label_is_cached(struct aa_label *subj_label, in __aa_subj_label_is_cached() argument
436 return aa_label_is_subset(obj_label, subj_label); in __aa_subj_label_is_cached()

Completed in 23 milliseconds