Files
openwrt-packages/luci-app-pushbot/root/usr/share/rpcd/acl.d/luci-app-pushbot.json
2022-04-11 16:22:56 +08:00

12 lines
170 B
JSON

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