Files
luci-app-dockerman/root/usr/share/rpcd/acl.d/luci-app-dockerman.json
T
2026-02-21 22:33:23 +08:00

29 lines
549 B
JSON

{
"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" ]
}
}
}