next up previous contents
Next: 8.7 Configuring domain transition Up: 8 Specification of Simplified Previous: 8.5 Declaring domain and   Contents

Subsections

8.6 Configuring RBAC

8.6.1 user

  1. Syntax
    user user name;
  2. Meaning
    Define users who can use the role.
  3. Example
    {
    role user_r;
    user root;
    user ynakam;
    ....
    Above means user root and ynakam can use user_r.
  4. Constraints
    It can be used only section where role is declared.



2006-02-27