openwrt-bgme-feed/luci-app-fakehttp/root/usr/share/rpcd/acl.d/luci-app-fakehttp.json

12 lines
195 B
JSON

{
"luci-app-fakehttp": {
"description": "Grant UCI and RPC access to LuCI app fakehttp",
"read": {
"uci": ["fakehttp"]
},
"write": {
"uci": ["fakehttp"]
}
}
}