blob: 6160474042e40423371d56f3e70eb250003da929 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# initial database for cynara
* * * * no always # explicit default rule: NO
* * @ADMIN * yes always # users of group @ADMIN can do anything
* * @NONE * no always # users of group @NONE can do nothing
# root is in the group @ADMIN
* * 0 * @:%c:%s:@ADMIN:%p always
# Client of label System are in the group @ADMIN
System * * * @:%c:%s:@ADMIN:%p always
|