Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac_partition/
H A Dmac_partition.c81 partition_check(struct label *subject, struct label *object) in partition_check() function
143 error = partition_check(cr1->cr_label, cr2->cr_label); in partition_cred_check_visible()
233 error = partition_check(cred->cr_label, inp->inp_cred->cr_label); in partition_inpcb_check_visible()
243 error = partition_check(cred->cr_label, p->p_ucred->cr_label); in partition_proc_check_debug()
253 error = partition_check(cred->cr_label, p->p_ucred->cr_label); in partition_proc_check_sched()
264 error = partition_check(cred->cr_label, p->p_ucred->cr_label); in partition_proc_check_signal()
275 error = partition_check(cred->cr_label, so->so_cred->cr_label); in partition_socket_check_visible()