1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
openmptcprouter-feeds/luci-app-status/root/usr/share/rpcd/acl.d/luci-app-status.json
2020-09-20 22:45:21 +08:00

14 lines
No EOL
216 B
JSON

{
"luci-app-status": {
"description": "Grant UCI access for luci-app-status",
"read": {
"uci": [ "*" ],
"ubus": {
"openmptcprouter": [ "*" ]
}
},
"write": {
"uci": [ "*" ]
}
}
}