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:
authorJo-Philipp Wich <jo@mein.io>2020-04-11 00:21:35 +0300
committerJo-Philipp Wich <jo@mein.io>2020-04-11 00:21:35 +0300
commit43e872871a85dce70509c3c97c10e9c61788c378 (patch)
treef773e0ebd4207d5bf511d8eb6ef61c1cf2a69f21 /applications/luci-app-radicale2
parentd9084c5fb6ad574396a8f103073cab0480f2ddd1 (diff)
treewide: stage ACL rules for legacy applications
Fixes: #3866 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
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" ]
+ }
+ }
+}