treewide: fix trailing commans in ACL JSON files

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2020-04-17 23:40:14 +02:00
parent 71e22c1c34
commit f4651cb129
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
"read": { "read": {
"ubus": { "ubus": {
"luci.ddns": [ "get_services_status", "get_ddns_state", "get_env", "get_services_log" ], "luci.ddns": [ "get_services_status", "get_ddns_state", "get_env", "get_services_log" ],
"luci": [ "setInitAction" ], "luci": [ "setInitAction" ]
}, },
"file": { "file": {
"/etc/ddns/services": [ "read" ], "/etc/ddns/services": [ "read" ],

View file

@ -9,7 +9,7 @@
"file": [ "read" ], "file": [ "read" ],
"luci": [ "getConntrackHelpers" ] "luci": [ "getConntrackHelpers" ]
}, },
"uci": [ "firewall" ], "uci": [ "firewall" ]
}, },
"write": { "write": {
"file": { "file": {

View file

@ -128,5 +128,5 @@
"hostapd.*": [ "del_client" ] "hostapd.*": [ "del_client" ]
} }
} }
}, }
} }