luci-app-vpnbypass: ACL update
[project/luci.git] / applications / luci-app-vpnbypass / root / usr / share / rpcd / acl.d / luci-app-vpnbypass.json
1 {
2 "luci-app-vpnbypass": {
3 "description": "Grant UCI and file access for luci-app-vpnbypass",
4 "read": {
5 "cgi-io": [
6 "exec"
7 ],
8 "file": {
9 "/usr/lib/opkg/status": [
10 "read"
11 ],
12 "/etc/init.d/vpnbypass *": [
13 "exec"
14 ],
15 "/etc/init.d/dnsmasq restart *": [
16 "exec"
17 ],
18 "/usr/bin/grep *": [
19 "exec"
20 ],
21 "/usr/sbin/grep *": [
22 "exec"
23 ],
24 "/usr/sbin/iptables *": [
25 "exec"
26 ]
27 },
28 "uci": [
29 "dhcp",
30 "vpnbypass"
31 ]
32 },
33 "write": {
34 "uci": [
35 "dhcp",
36 "vpnbypass"
37 ]
38 }
39 }
40 }