luci-mod-network: remove unused permissions from dns
authorDavid Härdeman <[email protected]>
Wed, 15 Oct 2025 17:54:49 +0000 (19:54 +0200)
committerPaul Donald <[email protected]>
Sat, 18 Oct 2025 21:51:38 +0000 (23:51 +0200)
Now that all options have been organized per view, remove unused acl
permissions from dns.

Signed-off-by: David Härdeman <[email protected]>
modules/luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json

index 377e933c3d00bb2ae0915b0a17cb35840badb945..d5a1a6d27055d4f83bda16640b49765b8b872ff0 100644 (file)
@@ -38,8 +38,7 @@
                "description": "Grant access to DNS configuration",
                "read": {
                        "ubus": {
-                               "luci-rpc": [ "getDHCPLeases", "getDUIDHints", "getHostHints" ],
-                               "fingerprint": [ "fingerprint" ]
+                               "luci-rpc": [ "getHostHints" ]
                        },
                        "uci": [ "dhcp" ]
                },