rpcd: give root superuser acl
This commit is contained in:
parent
5417960697
commit
6ee25fbe11
1 changed files with 2 additions and 1 deletions
|
@ -7,4 +7,5 @@ config login
|
||||||
option password '$p$root'
|
option password '$p$root'
|
||||||
list read '*'
|
list read '*'
|
||||||
list write '*'
|
list write '*'
|
||||||
|
list read superuser
|
||||||
|
list write superuser
|
||||||
|
|
Loading…
Reference in a new issue