Depends on https://github.com/openwrt/packages/pull/19763 Signed-off-by: Stan Grishin <stangri@melmac.ca>
29 lines
394 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|