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": {
|
"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" ],
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"file": [ "read" ],
|
"file": [ "read" ],
|
||||||
"luci": [ "getConntrackHelpers" ]
|
"luci": [ "getConntrackHelpers" ]
|
||||||
},
|
},
|
||||||
"uci": [ "firewall" ],
|
"uci": [ "firewall" ]
|
||||||
},
|
},
|
||||||
"write": {
|
"write": {
|
||||||
"file": {
|
"file": {
|
||||||
|
|
|
@ -128,5 +128,5 @@
|
||||||
"hostapd.*": [ "del_client" ]
|
"hostapd.*": [ "del_client" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue