40 lines
No EOL
571 B
JSON
40 lines
No EOL
571 B
JSON
{
|
|
"luci-app-vpnbypass": {
|
|
"description": "Grant UCI and file access for luci-app-vpnbypass",
|
|
"read": {
|
|
"cgi-io": [
|
|
"exec"
|
|
],
|
|
"file": {
|
|
"/usr/lib/opkg/status": [
|
|
"read"
|
|
],
|
|
"/etc/init.d/vpnbypass *": [
|
|
"exec"
|
|
],
|
|
"/etc/init.d/dnsmasq restart *": [
|
|
"exec"
|
|
],
|
|
"/usr/bin/grep *": [
|
|
"exec"
|
|
],
|
|
"/usr/sbin/grep *": [
|
|
"exec"
|
|
],
|
|
"/usr/sbin/iptables *": [
|
|
"exec"
|
|
]
|
|
},
|
|
"uci": [
|
|
"dhcp",
|
|
"vpnbypass"
|
|
]
|
|
},
|
|
"write": {
|
|
"uci": [
|
|
"dhcp",
|
|
"vpnbypass"
|
|
]
|
|
}
|
|
}
|
|
} |