summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-ddns/root/usr/share/rpcd/acl.d/luci-app-ddns.json
blob: aa68bdf03cf90e9d6ef892390ad682ce8c1b477f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"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" ]
		}
	}
}