mirror of
https://github.com/openwrt/luci.git
synced 2025-12-26 11:16:38 +04:00
luci-app-unbound: remove unnecessary permissions
They're taken care of implicitly by ubus rc init. Plus they contained an erroneous colon. Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -8,8 +8,6 @@
|
|||||||
"/tmp/resolv.conf.auto": ["read"],
|
"/tmp/resolv.conf.auto": ["read"],
|
||||||
"/tmp/resolv.conf.d/*": ["read"],
|
"/tmp/resolv.conf.d/*": ["read"],
|
||||||
"/var/lib/unbound/*": ["read"],
|
"/var/lib/unbound/*": ["read"],
|
||||||
"/etc/init.d/unbound stop:": ["exec"],
|
|
||||||
"/etc/init.d/unbound restart:": ["exec"],
|
|
||||||
"/sbin/logread -e unbound:": ["exec"],
|
"/sbin/logread -e unbound:": ["exec"],
|
||||||
"/usr/sbin/unbound-control -c /var/lib/unbound/unbound.conf stats_noreset": ["exec"],
|
"/usr/sbin/unbound-control -c /var/lib/unbound/unbound.conf stats_noreset": ["exec"],
|
||||||
"/usr/sbin/unbound-control -c /var/lib/unbound/unbound.conf list_local_data": ["exec"],
|
"/usr/sbin/unbound-control -c /var/lib/unbound/unbound.conf list_local_data": ["exec"],
|
||||||
|
|||||||
Reference in New Issue
Block a user