luci-app-ser2net: add uci read permissions
authorJo-Philipp Wich <jo@mein.io>
Thu, 30 Apr 2020 08:18:15 +0000 (10:18 +0200)
committerJo-Philipp Wich <jo@mein.io>
Thu, 30 Apr 2020 08:18:15 +0000 (10:18 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
applications/luci-app-ser2net/root/usr/share/rpcd/acl.d/luci-app-ser2net.json

index 8dbfec64d9797f544f442b8af3d89a5f2228ff2b..0ee15be2998e2340e4ac0fcf24678f332030b549 100644 (file)
@@ -1,6 +1,9 @@
 {
        "luci-app-ser2net": {
                "description": "Grant access to LuCI app ser2net",
+               "read": {
+                       "uci": [ "ser2net" ]
+               },
                "write": {
                        "uci": [ "ser2net" ]
                }