Home
last modified time | relevance | path

Searched refs:labels_profile (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/security/apparmor/
Dresource.c148 old = labels_profile(old_l); in __aa_transition_rlimits()
149 new = labels_profile(new_l); in __aa_transition_rlimits()
Daudit.c78 struct aa_profile *profile = labels_profile(label); in audit_pre()
Ddomain.c1047 if (PROFILE_IS_HAT(labels_profile(label))) in change_hat()
1353 !COMPLAIN_MODE(labels_profile(label))) in aa_change_profile()
1356 tprofile = aa_new_null_profile(labels_profile(label), false, in aa_change_profile()
Dapparmorfs.c1068 struct aa_profile *profile = labels_profile(label); in seq_profile_name_show()
1079 struct aa_profile *profile = labels_profile(label); in seq_profile_mode_show()
1090 struct aa_profile *profile = labels_profile(label); in seq_profile_attach_show()
1106 struct aa_profile *profile = labels_profile(label); in seq_profile_hash_show()
1618 profile = labels_profile(label); in rawdata_get_link_base()
Dfile.c164 labels_profile(label)->disconnected); in path_name()
Dpolicy_unpack.c109 struct aa_profile *profile = labels_profile(aa_current_raw_label()); in audit_iface()
Dlabel.c353 aa_free_profile(labels_profile(label)); in label_free_switch()
/kernel/linux/linux-5.10/security/apparmor/include/
Dpolicy.h213 return labels_profile(aa_get_newest_label(&p->label)); in aa_get_newest_profile()
Dlib.h262 (P) = labels_profile(L); \
Dlabel.h151 #define labels_profile(X) ((X)->vec[(X)->size - 1]) macro