Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_posix_shm.c250 mac_posixshm_check_write(struct ucred *active_cred, struct ucred *file_cred, in mac_posixshm_check_write() function
H A Dmac_framework.h339 int mac_posixshm_check_write(struct ucred *active_cred,
/freebsd/sys/kern/
H A Duipc_shm.c488 error = mac_posixshm_check_write(active_cred, fp->f_cred, shmfd); in shm_write()