Next: 8.13 Configuring access control
Up: 8 Specification of simplified
Previous: 8.11 Configuring access control
Contents
Subsections
You can describe access control to procfs and sysfs by allowproc.
- Syntax
allowproc -self-other-system-kmsg [r],[w];
- Meaning
- -self
Access control to /proc/. /proc/ is process
information of program running its domain.
- -other
This means /proc/ for other domain's process.
- -system
/proc/kcore and /sysfs
- -kmsg
/proc/kmsg
- r,w
r is for read, w is for write. Domain can read or write
above proc/sysfs files.
2005-07-19