luci/applications/luci-app-ddns/root/usr/share/rpcd/acl.d/luci-app-ddns.json
Kevin Darbyshire-Bryant 08d56108d2 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>
2019-11-13 13:15:04 +00:00

17 lines
419 B
JSON

{
"luci-app-ddns": {
"description": "Grant access to ddns procedures",
"read": {
"ubus": {
"luci.ddns": [ "get_services_status", "get_ddns_state", "get_env", "get_services_log" ],
"luci": [ "setInitAction" ],
},
"file": {
"/etc/ddns/services": [ "read" ],
"/etc/ddns/services_ipv6": [ "read" ],
"/usr/lib/ddns/dynamic_dns_lucihelper.sh": [ "exec" ]
},
"uci": [ "ddns" ]
}
}
}