luci-app-ddns: remove dos line endings
Remove dos line endings from applications/luci-app-ddns/root/usr/share/rpcd/acl.d/luci-app-ddns.json Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
This commit is contained in:
parent
4111d54a8e
commit
08d56108d2
1 changed files with 17 additions and 17 deletions
|
@ -1,17 +1,17 @@
|
||||||
{
|
{
|
||||||
"luci-app-ddns": {
|
"luci-app-ddns": {
|
||||||
"description": "Grant access to ddns procedures",
|
"description": "Grant access to ddns procedures",
|
||||||
"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" ],
|
||||||
"/etc/ddns/services_ipv6": [ "read" ],
|
"/etc/ddns/services_ipv6": [ "read" ],
|
||||||
"/usr/lib/ddns/dynamic_dns_lucihelper.sh": [ "exec" ]
|
"/usr/lib/ddns/dynamic_dns_lucihelper.sh": [ "exec" ]
|
||||||
},
|
},
|
||||||
"uci": [ "ddns" ]
|
"uci": [ "ddns" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue