Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/security/mac/
HDmac_cred.c342 mac_cred_check_visible(struct ucred *cr1, struct ucred *cr2) in mac_cred_check_visible() function
HDmac_framework.h124 int mac_cred_check_visible(struct ucred *cr1, struct ucred *cr2);
/freebsd-13-stable/sys/kern/
HDkern_prot.c1571 if ((error = mac_cred_check_visible(u1, u2))) in cr_cansee()