Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_cred.c344 mac_cred_check_visible(struct ucred *cr1, struct ucred *cr2) in mac_cred_check_visible() function
H A Dmac_framework.h126 int mac_cred_check_visible(struct ucred *cr1, struct ucred *cr2);
/f-stack/freebsd/kern/
H A Dkern_prot.c1443 if ((error = mac_cred_check_visible(u1, u2))) in cr_cansee()