luci-app-adblock: remove obsolete ACLs

* the app now uses rpc / the ubus log object and no longer requires logread ACLs

Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
Dirk Brenken
2025-11-21 21:55:05 +01:00
parent 7d348dd14f
commit fa2945a2e2

View File

@@ -15,8 +15,6 @@
"file": { "file": {
"/var/run/adblock.pid": [ "read" ], "/var/run/adblock.pid": [ "read" ],
"/var/run/adb_runtime.json": [ "read" ], "/var/run/adb_runtime.json": [ "read" ],
"/sbin/logread -e adblock-": [ "exec" ],
"/usr/sbin/logread -e adblock-": [ "exec" ],
"/etc/init.d/adblock reload": [ "exec" ], "/etc/init.d/adblock reload": [ "exec" ],
"/etc/init.d/adblock restart": [ "exec" ], "/etc/init.d/adblock restart": [ "exec" ],
"/etc/init.d/adblock suspend": [ "exec" ], "/etc/init.d/adblock suspend": [ "exec" ],