luci/applications/luci-app-pbr/root/usr/share/rpcd/acl.d/luci-app-pbr.json
Stan Grishin 11073e5ee5 luci-app-pbr: initial commit
Depends on https://github.com/openwrt/packages/pull/19763

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2022-12-03 19:46:53 +00:00

29 lines
394 B
JSON

{
"luci-app-pbr": {
"description": "Grant UCI and file access for luci-app-pbr",
"read": {
"ubus": {
"luci.pbr": [
"getGateways",
"getInitList",
"getInitStatus",
"getInterfaces",
"getPlatformSupport"
]
},
"uci": [
"pbr"
]
},
"write": {
"uci": [
"pbr"
],
"ubus": {
"luci.pbr": [
"setInitAction"
]
}
}
}
}