Next: 8.13 Configuring access control
Up: 8 Specification of Simplified
Previous: 8.11 Configuring access control
Contents
Subsections
- Syntax
allowcom -tcp-udp-unix todomain;
- Meaning
Controls usage of socket in process communication. If todomain is global the domain can communicate
with every domain.
- Example
{
domain httpd_t;
allowcom -unix syslogd_t;
...
This means httpd_t can communicate with process that has
syslogd_t by unix domain socket.
- Constraints
-tcp and -udp can not be used in kernel 2.6 based SELinux. They do nothing if specified.
- Syntax
allowcom -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 global the domain can IPC
to every domain.
- Syntax
allowcom -sig to domain [c],[k],[s],[n],[o];
- Meaning
Allow to send signal to to domain. [c] is sigchld, [k] is
sigkill, [s] is sigstop, [n] is signull, [o] is other signals. signull is not
supported, this means all domains are allowed to use signull.
Next: 8.13 Configuring access control
Up: 8 Specification of Simplified
Previous: 8.11 Configuring access control
Contents
2006-02-27