Searched refs:profile_unconfined (Results 1 – 8 of 8) sorted by relevance
86 if (profile_unconfined(tracee) || unconfined(tracer) || in profile_tracee_perm()97 if (profile_unconfined(tracer)) in profile_tracer_perm()197 if (profile_unconfined(profile) || in profile_signal_perm()
295 if (profile_unconfined(profile)) { in change_profile_perms()638 if (profile_unconfined(profile) || in profile_transition()648 if (profile_unconfined(profile)) { in profile_transition()758 if (profile_unconfined(profile)) { in profile_onexec()771 if (profile_unconfined(profile) || in profile_onexec()
119 if (profile_unconfined(profile)) in aa_profile_af_perm()
287 if (profile_unconfined(profile)) in __aa_path_perm()305 if (profile_unconfined(profile)) in profile_path_perm()
625 if (profile_unconfined(profile) || in build_pivotroot()
211 if (!profile_unconfined(vec[i])) in vec_unconfined()490 if (!profile_unconfined(label->vec[i])) in aa_label_next_confined()
610 if (profile_unconfined(profile)) in profile_query_cb()
202 #define profile_unconfined(X) ((X)->mode == APPARMOR_UNCONFINED) macro