From 9f652445355258497fd7f8c7f06dd75f58cd64ce Mon Sep 17 00:00:00 2001 From: Jaymin Patel Date: Sun, 22 Oct 2023 12:09:57 +0530 Subject: luci-app-libreswan: Add LuCI for Libreswan LuCI Support for IPSec VPN (Libreswan) Signed-off-by: Jaymin Patel [fix '15h' label typo] Signed-off-by: Jo-Philipp Wich --- .../root/usr/share/rpcd/acl.d/luci-app-libreswan.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 applications/luci-app-libreswan/root/usr/share/rpcd/acl.d/luci-app-libreswan.json (limited to 'applications/luci-app-libreswan/root/usr/share/rpcd/acl.d') 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" ] + } + } +} -- cgit v1.2.3