Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-radicale2')
-rw-r--r--applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json b/applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json
new file mode 100644
index 0000000000..edb1dbd499
--- /dev/null
+++ b/applications/luci-app-radicale2/root/usr/share/rpcd/acl.d/luci-app-radicale2.json
@@ -0,0 +1,11 @@
+{
+ "luci-app-radicale2": {
+ "description": "Grant UCI access for luci-app-radicale2",
+ "read": {
+ "uci": [ "radicale2" ]
+ },
+ "write": {
+ "uci": [ "radicale2" ]
+ }
+ }
+}