Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_posix_shm.c203 mac_posixshm_check_setmode(struct ucred *cred, struct shmfd *shmfd, mode_t mode) in mac_posixshm_check_setmode() function
H A Dmac_framework.h267 int mac_posixshm_check_setmode(struct ucred *cred, struct shmfd *shmfd,
/f-stack/freebsd/kern/
H A Duipc_shm.c1632 error = mac_posixshm_check_setmode(active_cred, shmfd, mode); in shm_chmod()