Searched refs:PR_ALLOW_SYSVIPC (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/kern/ |
| HD | sysv_shm.c | 286 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC)) in kern_shmdt_locked() 337 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC)) in kern_shmat_locked() 441 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC)) in kern_shmctl_locked() 724 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC)) in sys_shmget() 963 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC)) in oshmctl() 1023 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC)) in sys_shmsys()
|
| HD | sysv_msg.c | 406 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC)) 567 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC)) 692 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC)) 1058 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC)) 1519 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC))
|
| HD | sysv_sem.c | 583 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC)) in kern_semctl() 858 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC)) in sys_semget() 997 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC)) in sys_semop() 1401 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC))
|
| HD | kern_jail.c | 4270 NULL, PR_ALLOW_SYSVIPC, sysctl_jail_default_allow, "I",
|
| /NextBSD/sys/sys/ |
| HD | jail.h | 221 #define PR_ALLOW_SYSVIPC 0x0002 macro
|