Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/security/mac/
HDmac_cred.c202 mac_cred_check_relabel(struct ucred *cred, struct label *newlabel) in mac_cred_check_relabel() function
HDmac_internal.h242 int mac_cred_check_relabel(struct ucred *cred, struct label *newlabel);
HDmac_syscalls.c278 error = mac_cred_check_relabel(p->p_ucred, intlabel); in mac_set_proc_core()