Files
luci-app-dockerman/root/usr/share/rpcd/acl.d/luci-app-dockerman.json
actions-user aaa6bf7f87 同步更新
2025-11-02 20:36:13 +08:00

12 lines
175 B
JSON

{
"luci-app-dockerman": {
"description": "Grant UCI access for luci-app-dockerman",
"read": {
"uci": [ "dockerd" ]
},
"write": {
"uci": [ "dockerd" ]
}
}
}