Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_cred.c389 mac_cred_check_visible(struct ucred *cr1, struct ucred *cr2) in mac_cred_check_visible() function
H A Dmac_framework.h134 int mac_cred_check_visible(struct ucred *cr1, struct ucred *cr2);
/freebsd/sys/kern/
H A Dkern_prot.c1930 if ((error = mac_cred_check_visible(u1, u2))) in cr_cansee()