luci/applications/luci-app-libreswan/root/usr/share/rpcd/acl.d/luci-app-libreswan.json
Jaymin Patel 9f65244535 luci-app-libreswan: Add LuCI for Libreswan
LuCI Support for IPSec VPN (Libreswan)

Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
[fix '15h' label typo]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2023-11-10 13:16:34 +01:00

14 lines
229 B
JSON

{
"luci-app-libreswan" : {
"description" : "Grant access to LuCI app Libreswan IPSec",
"read" : {
"ubus" : {
"libreswan" : [ "*" ]
},
"uci": [ "libreswan" ]
},
"write" : {
"uci": [ "libreswan" ]
}
}
}