Searched refs:subj_label (Results 1 – 11 of 11) sorted by relevance
| /security/apparmor/ |
| A D | audit.c | 116 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 D | task.c | 220 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 D | ipc.c | 74 aa_label_xaudit(ab, labels_ns(ad->subj_label), ad->peer, in audit_signal_cb()
|
| A D | resource.c | 39 aa_label_xaudit(ab, labels_ns(ad->subj_label), ad->peer, in audit_cb()
|
| A D | policy.c | 801 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 D | lib.c | 452 ad->subj_label = &profile->label; in aa_check_perms()
|
| A D | net.c | 159 aa_label_xaudit(ab, labels_ns(ad->subj_label), ad->peer, in audit_net_cb()
|
| A D | lsm.c | 621 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 D | file.c | 71 aa_label_xaudit(ab, labels_ns(ad->subj_label), ad->peer, in file_audit_cb()
|
| /security/apparmor/include/ |
| A D | audit.h | 117 struct aa_label *subj_label; member
|
| A D | label.h | 433 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