treewide: fix trailing commans in ACL JSON files
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
71e22c1c34
commit
f4651cb129
3 changed files with 3 additions and 3 deletions
|
@ -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" ],
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"file": [ "read" ],
|
||||
"luci": [ "getConntrackHelpers" ]
|
||||
},
|
||||
"uci": [ "firewall" ],
|
||||
"uci": [ "firewall" ]
|
||||
},
|
||||
"write": {
|
||||
"file": {
|
||||
|
|
|
@ -128,5 +128,5 @@
|
|||
"hostapd.*": [ "del_client" ]
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue