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.c209 AA_BUG(profile_unconfined(profile)); in profile_create_perm()
235 AA_BUG(profile_unconfined(profile)); in profile_sk_perm()
264 AA_BUG(profile_unconfined(profile)); in profile_bind_perm()
295 AA_BUG(profile_unconfined(profile)); in profile_listen_perm()
332 AA_BUG(profile_unconfined(profile)); in profile_accept_perm()
362 AA_BUG(profile_unconfined(profile)); in profile_opt_perm()
400 AA_BUG(profile_unconfined(profile)); in profile_peer_perm()
H A Dtask.c248 if (profile_unconfined(tracee) || unconfined(tracer) || in profile_tracee_perm()
260 if (profile_unconfined(tracer)) in profile_tracer_perm()
357 if (!profile_unconfined(profile)) { in aa_profile_ns_perm()
H A Dipc.c87 if (profile_unconfined(profile)) in profile_signal_perm()
H A Ddomain.c293 if (profile_unconfined(profile)) { in change_profile_perms()
681 if (profile_unconfined(profile) || in profile_transition()
691 if (profile_unconfined(profile)) { in profile_transition()
809 if (profile_unconfined(profile)) { in profile_onexec()
822 if (profile_unconfined(profile) || in profile_onexec()
H A Dnet.c260 AA_BUG(profile_unconfined(profile)); in aa_profile_af_perm()
262 if (profile_unconfined(profile)) in aa_profile_af_perm()
H A Dfile.c234 if (profile_unconfined(profile) || in __aa_path_perm()
256 if (profile_unconfined(profile)) in profile_path_perm()
H A Dmount.c679 if (profile_unconfined(profile) || in build_pivotroot()
H A Dlabel.c493 if (!profile_unconfined(label->vec[i])) in aa_label_next_confined()
587 if (p && !profile_unconfined(p)) in aa_label_is_unconfined_subset()
H A Dpolicy.c434 if (profile_unconfined(profile)) { in aa_compute_profile_mediates()
H A Dapparmorfs.c692 if (profile_unconfined(profile))
/linux/security/apparmor/include/
H A Dpolicy.h313 #define profile_unconfined(X) ((X)->mode == APPARMOR_UNCONFINED) macro