next up previous contents
Next: 8.13 Configuring access control Up: 8 Specification of simplified Previous: 8.11 Configuring access control   Contents

Subsections

8.12 Configuring access control to process information

8.12.1 allowproc

You can describe access control to process information. Process information is stored in /proc/$pid$. This can be used to hide process in ps command.
  1. Syntax
    allowproc -self$\mid$-other;
  2. Meaning
    1. -self
      Access control to /proc/$pid$. /proc/$pid$ is process information of program running its domain.
    2. -other
      This means /proc/$pid$ for other domain's process.



2005-09-01