treewide: fix trailing commans in ACL JSON files
authorJo-Philipp Wich <jo@mein.io>
Fri, 17 Apr 2020 21:40:14 +0000 (23:40 +0200)
committerJo-Philipp Wich <jo@mein.io>
Fri, 17 Apr 2020 21:40:14 +0000 (23:40 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
applications/luci-app-ddns/root/usr/share/rpcd/acl.d/luci-app-ddns.json
applications/luci-app-firewall/root/usr/share/rpcd/acl.d/luci-app-firewall.json
modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json

index 1f857b79b4f6ab50dc203f2074f0473573ccbc1f..94952792f03dc682c24c0888803031a4092909c9 100644 (file)
@@ -4,7 +4,7 @@
                "read": {
                        "ubus": {
                                "luci.ddns": [ "get_services_status", "get_ddns_state", "get_env", "get_services_log" ],
-                               "luci": [ "setInitAction" ],
+                               "luci": [ "setInitAction" ]
                        },
                        "file": {
                                "/etc/ddns/services": [ "read" ],
index 0ee29ad21789bb7d90631d29c110f08f42c5eca0..17d1fbab1288fc459c762f6718564cffe981bdc6 100644 (file)
@@ -9,7 +9,7 @@
                                "file": [ "read" ],
                                "luci": [ "getConntrackHelpers" ]
                        },
-                       "uci": [ "firewall" ],
+                       "uci": [ "firewall" ]
                },
                "write": {
                        "file": {
index 989da497b520fd448811b1f0e73531bef1c929e2..05569d76039fb154370af6554359a19593decc23 100644 (file)
                                "hostapd.*": [ "del_client" ]
                        }
                }
-       },
+       }
 }