Home
last modified time | relevance | path

Searched refs:profile_unconfined (Results 1 – 11 of 11) sorted by relevance

/linux/security/apparmor/
H A Daf_unix.c210 AA_BUG(profile_unconfined(profile)); in profile_create_perm()
236 AA_BUG(profile_unconfined(profile)); in profile_sk_perm()
265 AA_BUG(profile_unconfined(profile)); in profile_bind_perm()
296 AA_BUG(profile_unconfined(profile)); in profile_listen_perm()
333 AA_BUG(profile_unconfined(profile)); in profile_accept_perm()
363 AA_BUG(profile_unconfined(profile)); in profile_opt_perm()
401 AA_BUG(profile_unconfined(profile)); in profile_peer_perm()
H A Dtask.c275 if (profile_unconfined(tracee) || unconfined(tracer) || in profile_tracee_perm()
287 if (profile_unconfined(tracer)) in profile_tracer_perm()
384 if (!profile_unconfined(profile)) { in aa_profile_ns_perm()
H A Ddomain.c295 if (profile_unconfined(profile)) { in change_profile_perms()
687 if (profile_unconfined(profile) || in profile_transition()
697 if (profile_unconfined(profile)) { in profile_transition()
815 if (profile_unconfined(profile)) { in profile_onexec()
828 if (profile_unconfined(profile) || in profile_onexec()
885 if (profile_unconfined(profile) && profile == profile->ns->unconfined && in is_profile_priv_restricted_to_stack()
H A Dipc.c87 if (profile_unconfined(profile)) in profile_signal_perm()
H A Dfile.c241 if (profile_unconfined(profile) || in __aa_path_perm()
263 if (profile_unconfined(profile)) in profile_path_perm()
H A Dnet.c263 AA_BUG(profile_unconfined(profile)); in aa_profile_af_perm()
H A Dmount.c622 if (profile_unconfined(profile) || in build_pivotroot()
H A Dlabel.c494 if (!profile_unconfined(label->vec[i])) in aa_label_next_confined()
589 if (p && !profile_unconfined(p)) in aa_label_is_unconfined_subset()
H A Dpolicy.c442 if (profile_unconfined(profile)) { in aa_compute_profile_mediates()
H A Dapparmorfs.c867 if (profile_unconfined(profile)) in profile_query_cb()
/linux/security/apparmor/include/
H A Dpolicy.h316 #define profile_unconfined(X) ((X)->mode == APPARMOR_UNCONFINED) macro