Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/security/mac/
HDmac_posix_shm.c250 mac_posixshm_check_write(struct ucred *active_cred, struct ucred *file_cred, in mac_posixshm_check_write() function
HDmac_framework.h343 int mac_posixshm_check_write(struct ucred *active_cred,
/freebsd-14-stable/sys/kern/
HDuipc_shm.c491 error = mac_posixshm_check_write(active_cred, fp->f_cred, shmfd); in shm_write()