luci-app-dockerman: add ACL rule
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
5f776df12b
commit
4165b2db7a
1 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"luci-app-dockerman": {
|
||||||
|
"description": "Grant UCI access for luci-app-dockerman",
|
||||||
|
"read": {
|
||||||
|
"uci": [ "dockerman" ]
|
||||||
|
},
|
||||||
|
"write": {
|
||||||
|
"uci": [ "dockerman" ]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue