luci-app-ddns: convert to client side implementation
[project/luci.git] / applications / luci-app-ddns / root / usr / share / rpcd / acl.d / luci-app-ddns.json
1 {
2 "luci-app-ddns": {
3 "description": "Grant access to ddns procedures",
4 "read": {
5 "ubus": {
6 "luci.ddns": [ "get_services_status", "get_ddns_state", "get_env", "get_services_log" ],
7 "luci": [ "setInitAction" ],
8 },
9 "file": {
10 "/etc/ddns/services": [ "read" ],
11 "/etc/ddns/services_ipv6": [ "read" ],
12 "/usr/lib/ddns/dynamic_dns_lucihelper.sh": [ "exec" ]
13 },
14 "uci": [ "ddns" ]
15 }
16 }
17 }