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:
Paul Donald
2025-07-08 01:36:36 +02:00
parent 2869946de4
commit 0f69aa9f1b

View File

@@ -8,8 +8,6 @@
"/tmp/resolv.conf.auto": ["read"],
"/tmp/resolv.conf.d/*": ["read"],
"/var/lib/unbound/*": ["read"],
"/etc/init.d/unbound stop:": ["exec"],
"/etc/init.d/unbound restart:": ["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 list_local_data": ["exec"],