luci-app-dockerman: add from openwrt luci

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml
2026-02-21 22:33:23 +08:00
commit fb4454678a
66 changed files with 109176 additions and 0 deletions
@@ -0,0 +1,28 @@
{
"luci-app-dockerman": {
"description": "Grant UCI access for luci-app-dockerman",
"read": {
"file_comment": "so directory picker can browse the FS",
"file": {
"/*": ["list", "read"]
},
"ubus": {
"docker": [ "*" ],
"docker.*": [ "*" ],
"file": [ "*" ],
"luci": [ "getMountPoints" ],
"network.interface": [ "dump" ],
"rc": [ "init" ]
},
"uci": [ "dockerd" ]
},
"write": {
"ubus": {
"docker": [ "*" ],
"docker.*": [ "*" ],
"rc": [ "init" ]
},
"uci": [ "dockerd" ]
}
}
}