Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_posix_shm.c105 mac_posixshm_check_create(struct ucred *cred, const char *path) in mac_posixshm_check_create() function
H A Dmac_framework.h323 int mac_posixshm_check_create(struct ucred *cred, const char *path);
/freebsd/sys/kern/
H A Duipc_shm.c1257 error = mac_posixshm_check_create(td->td_ucred, in kern_shm_open2()