Files
openwrt-packages/luci-app-serverchan/root/usr/share/rpcd/acl.d/luci-app-serverchan.json
2023-04-29 08:24:51 +08:00

12 lines
182 B
JSON

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