Searched refs:profile_unconfined (Results 1 – 8 of 8) sorted by relevance
80 if (profile_unconfined(tracee) || unconfined(tracer) || in profile_tracee_perm()91 if (profile_unconfined(tracer)) in profile_tracer_perm()194 if (profile_unconfined(profile) || in profile_signal_perm()
291 if (profile_unconfined(profile)) { in change_profile_perms()641 if (profile_unconfined(profile) || in profile_transition()651 if (profile_unconfined(profile)) { in profile_transition()735 if (profile_unconfined(profile)) { in profile_onexec()748 if (profile_unconfined(profile) || in profile_onexec()
118 if (profile_unconfined(profile)) in aa_profile_af_perm()
272 if (profile_unconfined(profile)) in __aa_path_perm()290 if (profile_unconfined(profile)) in profile_path_perm()
207 if (!profile_unconfined(vec[i])) in vec_unconfined()481 if (!profile_unconfined(label->vec[i])) in aa_label_next_confined()575 if (p && !profile_unconfined(p)) in aa_label_is_unconfined_subset()
655 if (profile_unconfined(profile) || in build_pivotroot()
615 if (profile_unconfined(profile)) in profile_query_cb()
201 #define profile_unconfined(X) ((X)->mode == APPARMOR_UNCONFINED) macro