Searched refs:profile_unconfined (Results 1 – 9 of 9) sorted by relevance
245 if (profile_unconfined(tracee) || unconfined(tracer) || in profile_tracee_perm()256 if (profile_unconfined(tracer)) in profile_tracer_perm()
84 if (profile_unconfined(profile) || in profile_signal_perm()
292 if (profile_unconfined(profile)) { in change_profile_perms()642 if (profile_unconfined(profile) || in profile_transition()652 if (profile_unconfined(profile)) { in profile_transition()736 if (profile_unconfined(profile)) { in profile_onexec()749 if (profile_unconfined(profile) || in profile_onexec()
118 if (profile_unconfined(profile)) in aa_profile_af_perm()
274 if (profile_unconfined(profile)) in __aa_path_perm()292 if (profile_unconfined(profile)) in profile_path_perm()
654 if (profile_unconfined(profile) || in build_pivotroot()
480 if (!profile_unconfined(label->vec[i])) in aa_label_next_confined()574 if (p && !profile_unconfined(p)) in aa_label_is_unconfined_subset()
618 if (profile_unconfined(profile)) in profile_query_cb()
205 #define profile_unconfined(X) ((X)->mode == APPARMOR_UNCONFINED) macro