summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-libreswan/root/usr/share/rpcd/acl.d/luci-app-libreswan.json
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-libreswan/root/usr/share/rpcd/acl.d/luci-app-libreswan.json')
-rw-r--r--applications/luci-app-libreswan/root/usr/share/rpcd/acl.d/luci-app-libreswan.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/applications/luci-app-libreswan/root/usr/share/rpcd/acl.d/luci-app-libreswan.json b/applications/luci-app-libreswan/root/usr/share/rpcd/acl.d/luci-app-libreswan.json
new file mode 100644
index 0000000000..a846496d93
--- /dev/null
+++ b/applications/luci-app-libreswan/root/usr/share/rpcd/acl.d/luci-app-libreswan.json
@@ -0,0 +1,14 @@
+{
+ "luci-app-libreswan" : {
+ "description" : "Grant access to LuCI app Libreswan IPSec",
+ "read" : {
+ "ubus" : {
+ "libreswan" : [ "*" ]
+ },
+ "uci": [ "libreswan" ]
+ },
+ "write" : {
+ "uci": [ "libreswan" ]
+ }
+ }
+}