Shares #109
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,7 @@ var Policy = &restrict.PolicyDefinition{
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
entities.RoleAdmin: {
|
entities.RoleAdmin: {
|
||||||
|
Description: "A superuser",
|
||||||
Parents: []string{entities.RoleUser},
|
Parents: []string{entities.RoleUser},
|
||||||
Grants: restrict.GrantsMap{
|
Grants: restrict.GrantsMap{
|
||||||
entities.ResourceIncident: {
|
entities.ResourceIncident: {
|
||||||
|
@ -107,6 +108,7 @@ var Policy = &restrict.PolicyDefinition{
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
entities.RoleSystem: {
|
entities.RoleSystem: {
|
||||||
|
Description: "A system service",
|
||||||
Parents: []string{entities.RoleAdmin},
|
Parents: []string{entities.RoleAdmin},
|
||||||
},
|
},
|
||||||
entities.RolePublic: {
|
entities.RolePublic: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue