diff options
author | Stan <stangri@melmac.net> | 2020-12-21 09:39:45 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-21 09:39:45 -0800 |
commit | c35b35a4f2edc62e56beaa17282687d651d598aa (patch) | |
tree | c369e350802499bd8ce0e4750c056ef89b237c39 /applications/luci-app-https-dns-proxy/root/usr/share/rpcd/acl.d/luci-app-https-dns-proxy.json | |
parent | 4f1f5cfb6c240ef29c90beebe9856aa669a0e0ef (diff) | |
parent | 4f0506e3e9c99221ae1c2357bdc41b753960d599 (diff) |
Merge pull request #4678 from stangri/master-luci-app-https-dns-proxy
luci-app-https-dns-proxy: WebUI for dnsmasq config update, quad9 bootstrap IPv6
Diffstat (limited to 'applications/luci-app-https-dns-proxy/root/usr/share/rpcd/acl.d/luci-app-https-dns-proxy.json')
-rw-r--r-- | applications/luci-app-https-dns-proxy/root/usr/share/rpcd/acl.d/luci-app-https-dns-proxy.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/applications/luci-app-https-dns-proxy/root/usr/share/rpcd/acl.d/luci-app-https-dns-proxy.json b/applications/luci-app-https-dns-proxy/root/usr/share/rpcd/acl.d/luci-app-https-dns-proxy.json index bcd4c5fd7d..97f8c6df41 100644 --- a/applications/luci-app-https-dns-proxy/root/usr/share/rpcd/acl.d/luci-app-https-dns-proxy.json +++ b/applications/luci-app-https-dns-proxy/root/usr/share/rpcd/acl.d/luci-app-https-dns-proxy.json @@ -12,9 +12,6 @@ "/usr/lib/lua/luci/https-dns-proxy/providers/*": [ "read" ], - "/etc/init.d/dnsmasq *": [ - "exec" - ], "/etc/init.d/https-dns-proxy *": [ "exec" ] |