luci-app-dockerman: add ACL rule

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2020-04-23 15:37:18 +02:00
parent 5f776df12b
commit 4165b2db7a

View file

@ -0,0 +1,11 @@
{
"luci-app-dockerman": {
"description": "Grant UCI access for luci-app-dockerman",
"read": {
"uci": [ "dockerman" ]
},
"write": {
"uci": [ "dockerman" ]
}
}
}