Home
last modified time | relevance | path

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

/freebsd/sys/security/mac_partition/
H A Dmac_partition.c77 partition_check(struct label *subject, struct label *object) in partition_check() function
139 error = partition_check(cr1->cr_label, cr2->cr_label); in partition_cred_check_visible()
229 error = partition_check(cred->cr_label, inp->inp_cred->cr_label); in partition_inpcb_check_visible()
239 error = partition_check(cred->cr_label, p->p_ucred->cr_label); in partition_proc_check_debug()
249 error = partition_check(cred->cr_label, p->p_ucred->cr_label); in partition_proc_check_sched()
260 error = partition_check(cred->cr_label, p->p_ucred->cr_label); in partition_proc_check_signal()
271 error = partition_check(cred->cr_label, so->so_cred->cr_label); in partition_socket_check_visible()