2020-04-10 21:21:35 +00:00
|
|
|
{
|
|
|
|
"luci-app-vpn-policy-routing": {
|
2020-09-21 18:37:02 +00:00
|
|
|
"description": "Grant UCI and file access for luci-app-vpn-policy-routing",
|
2020-04-10 21:21:35 +00:00
|
|
|
"read": {
|
2020-09-21 18:37:02 +00:00
|
|
|
"cgi-io": [
|
|
|
|
"exec"
|
|
|
|
],
|
|
|
|
"file": {
|
|
|
|
"/usr/lib/opkg/status": [
|
|
|
|
"read"
|
|
|
|
],
|
|
|
|
"/etc/init.d/vpn-policy-routing *": [
|
|
|
|
"exec"
|
|
|
|
],
|
|
|
|
"/usr/bin/grep *": [
|
|
|
|
"exec"
|
|
|
|
],
|
|
|
|
"/usr/sbin/grep *": [
|
|
|
|
"exec"
|
|
|
|
],
|
|
|
|
"/usr/sbin/iptables *": [
|
|
|
|
"exec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"uci": [
|
|
|
|
"network",
|
|
|
|
"vpn-policy-routing"
|
|
|
|
]
|
2020-04-10 21:21:35 +00:00
|
|
|
},
|
|
|
|
"write": {
|
2020-09-21 18:37:02 +00:00
|
|
|
"uci": [
|
|
|
|
"vpn-policy-routing"
|
|
|
|
]
|
2020-04-10 21:21:35 +00:00
|
|
|
}
|
|
|
|
}
|
2020-09-21 18:37:02 +00:00
|
|
|
}
|