Next: 12.2 allowcom(Signal)
Up: 12 Access control of
Previous: 12 Access control of
Contents
- Syntax(1)
allowcom -ipc to domain [r],[w];
- Syntax(2)
allowcom -unix-sem-msg-msgq-shm-pipe to
domain [r],[w];
- Meaning
Allow to communicate with to domain by specified IPC.
If to domain is self, this means IPC within
domain. If to domain is * the domain can IPC
to every domain.
-ipc is allowing all kinds of IPCs, it is simplified
configuration. If you want to specify specific kind of ipc, you
can use following.
-unix is unix domain socket, -sem is semaphore, -msg is message,
-msgq is message queue, -shm is shared memory, -pipe is pipe.
2006-07-05