Searched refs:profile_unconfined (Results 1 – 9 of 9) sorted by relevance
248 if (profile_unconfined(tracee) || unconfined(tracer) || in profile_tracee_perm()260 if (profile_unconfined(tracer)) in profile_tracer_perm()326 if (!profile_unconfined(profile)) { in aa_profile_ns_perm()
88 if (profile_unconfined(profile) || in profile_signal_perm()
288 if (profile_unconfined(profile)) { in change_profile_perms()653 if (profile_unconfined(profile) || in profile_transition()663 if (profile_unconfined(profile)) { in profile_transition()751 if (profile_unconfined(profile)) { in profile_onexec()764 if (profile_unconfined(profile) || in profile_onexec()
224 if (profile_unconfined(profile)) in __aa_path_perm()245 if (profile_unconfined(profile)) in profile_path_perm()
122 if (profile_unconfined(profile)) in aa_profile_af_perm()
683 if (profile_unconfined(profile) || in build_pivotroot()
485 if (!profile_unconfined(label->vec[i])) in aa_label_next_confined()579 if (p && !profile_unconfined(p)) in aa_label_is_unconfined_subset()
620 if (profile_unconfined(profile)) in profile_query_cb()
277 #define profile_unconfined(X) ((X)->mode == APPARMOR_UNCONFINED) macro