Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_posix_shm.c201 mac_posixshm_check_setmode(struct ucred *cred, struct shmfd *shmfd, mode_t mode) in mac_posixshm_check_setmode() function
H A Dmac_framework.h330 int mac_posixshm_check_setmode(struct ucred *cred, struct shmfd *shmfd,
/freebsd/sys/kern/
H A Duipc_shm.c1755 error = mac_posixshm_check_setmode(active_cred, shmfd, mode); in shm_chmod()