next up previous contents
Next: 6 Domain transition Up: Specification of Simplified Policy Previous: 4.2 Declare role:role   Contents

5 Configure RBAC: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-07-05