next up previous contents
Next: 12.2 allowcom(Signal) Up: 12 Access control of Previous: 12 Access control of   Contents

12.1 allowcom (IPC)

  1. Syntax(1)
    allowcom -ipc to domain [r],[w];
  2. Syntax(2)
    allowcom -unix$\mid$-sem$\mid$-msg$\mid$-msgq$\mid$-shm$\mid$-pipe to domain [r],[w];
  3. 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