openwrt-packages/luci-app-istorex/root/usr/share/rpcd/acl.d/luci-app-istorex.json
2024-02-19 23:29:07 +08:00

12 lines
170 B
JSON

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