diff options
author | Lukas Voegl <lvoegl@tdt.de> | 2023-11-03 14:52:19 +0100 |
---|---|---|
committer | Lukas Voegl <lvoegl@tdt.de> | 2023-11-10 15:48:13 +0100 |
commit | b783e4c88cb63508a9d9a869b7ed967edb9f07ed (patch) | |
tree | 03dbe220da4f2a0938cd4e6cd63467c053ab97da /applications/luci-app-strongswan-swanctl/root/usr/share/rpcd/acl.d/luci-app-strongswan-swanctl.json | |
parent | 6c0f603f027b1ba615c7c8cb851625f50e25ef22 (diff) |
luci-app-ipsec: rename to luci-app-strongswan-swanctl
Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
Diffstat (limited to 'applications/luci-app-strongswan-swanctl/root/usr/share/rpcd/acl.d/luci-app-strongswan-swanctl.json')
-rw-r--r-- | applications/luci-app-strongswan-swanctl/root/usr/share/rpcd/acl.d/luci-app-strongswan-swanctl.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/applications/luci-app-strongswan-swanctl/root/usr/share/rpcd/acl.d/luci-app-strongswan-swanctl.json b/applications/luci-app-strongswan-swanctl/root/usr/share/rpcd/acl.d/luci-app-strongswan-swanctl.json new file mode 100644 index 0000000000..4f022c9463 --- /dev/null +++ b/applications/luci-app-strongswan-swanctl/root/usr/share/rpcd/acl.d/luci-app-strongswan-swanctl.json @@ -0,0 +1,11 @@ +{ + "luci-app-strongswan-swanctl": { + "description": "Grant access to luci-app-strongswan-swanctl", + "read": { + "uci": [ "ipsec" ] + }, + "write": { + "uci": [ "ipsec" ] + } + } +} |