Searched refs:profile_unconfined (Results 1 – 9 of 9) sorted by relevance
251 if (profile_unconfined(tracee) || unconfined(tracer) || in profile_tracee_perm()263 if (profile_unconfined(tracer)) in profile_tracer_perm()
88 if (profile_unconfined(profile) || in profile_signal_perm()
287 if (profile_unconfined(profile)) { in change_profile_perms()651 if (profile_unconfined(profile) || in profile_transition()661 if (profile_unconfined(profile)) { in profile_transition()749 if (profile_unconfined(profile)) { in profile_onexec()762 if (profile_unconfined(profile) || in profile_onexec()
237 if (profile_unconfined(profile)) in __aa_path_perm()258 if (profile_unconfined(profile)) in profile_path_perm()
122 if (profile_unconfined(profile)) in aa_profile_af_perm()
681 if (profile_unconfined(profile) || in build_pivotroot()
483 if (!profile_unconfined(label->vec[i])) in aa_label_next_confined()577 if (p && !profile_unconfined(p)) in aa_label_is_unconfined_subset()
620 if (profile_unconfined(profile)) in profile_query_cb()
260 #define profile_unconfined(X) ((X)->mode == APPARMOR_UNCONFINED) macro