diff options
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-ddns/root/usr/share/rpcd/acl.d/luci-app-ddns.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/applications/luci-app-ddns/root/usr/share/rpcd/acl.d/luci-app-ddns.json b/applications/luci-app-ddns/root/usr/share/rpcd/acl.d/luci-app-ddns.json index aa68bdf03c..dfefd8e96a 100644 --- a/applications/luci-app-ddns/root/usr/share/rpcd/acl.d/luci-app-ddns.json +++ b/applications/luci-app-ddns/root/usr/share/rpcd/acl.d/luci-app-ddns.json @@ -1,17 +1,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" ]
- }
- }
-}
+{ + "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" ] + } + } +} |