Home
last modified time | relevance | path

Searched refs:PRISON_CAP_SYS_SYSVIPC (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/kern/
H A Dsysv_shm.c233 if (pr && !PRISON_CAP_ISSET(pr->pr_caps, PRISON_CAP_SYS_SYSVIPC)) in sys_shmdt()
277 if (pr && !PRISON_CAP_ISSET(pr->pr_caps, PRISON_CAP_SYS_SYSVIPC)) in sys_shmat()
410 if (pr && !PRISON_CAP_ISSET(pr->pr_caps, PRISON_CAP_SYS_SYSVIPC)) in sys_shmctl()
618 if (pr && !PRISON_CAP_ISSET(pr->pr_caps, PRISON_CAP_SYS_SYSVIPC)) in sys_shmget()
H A Dsysv_msg.c219 if (pr && !PRISON_CAP_ISSET(pr->pr_caps, PRISON_CAP_SYS_SYSVIPC)) in sys_msgctl()
358 if (pr && !PRISON_CAP_ISSET(pr->pr_caps, PRISON_CAP_SYS_SYSVIPC)) in sys_msgget()
474 if (pr && !PRISON_CAP_ISSET(pr->pr_caps, PRISON_CAP_SYS_SYSVIPC)) in sys_msgsnd()
808 if (pr && !PRISON_CAP_ISSET(pr->pr_caps, PRISON_CAP_SYS_SYSVIPC)) in sys_msgrcv()
H A Dsysv_sem.c366 if (pr && !PRISON_CAP_ISSET(pr->pr_caps, PRISON_CAP_SYS_SYSVIPC)) in sys___semctl()
588 if (pr && !PRISON_CAP_ISSET(pr->pr_caps, PRISON_CAP_SYS_SYSVIPC)) in sys_semget()
745 if (pr && !PRISON_CAP_ISSET(pr->pr_caps, PRISON_CAP_SYS_SYSVIPC)) in sys_semop()
H A Dkern_jail.c91 &prison_default_caps, 0, PRISON_CAP_SYS_SYSVIPC,
1014 &pr->pr_caps, 0, PRISON_CAP_SYS_SYSVIPC, in prison_sysctl_create()
/dragonfly/sys/sys/
H A Djail.h73 #define PRISON_CAP_SYS_SYSVIPC 2 /* Can do SysV IPC calls */ macro