Next: 8.7 Configuring domain transition
Up: 8 Specification of Simplified
Previous: 8.5 Declaring domain and
Contents
Subsections
- Syntax
user user name;
- Meaning
Define users who can use the role.
- Example
{
role user_r;
user root;
user ynakam;
....
Above means user root and ynakam can use user_r.
- Constraints
It can be used only section where role is declared.
2006-02-27