luci/applications/luci-app-strongswan-swanctl/root/usr/share/rpcd/acl.d/luci-app-strongswan-swanctl.json
Lukas Voegl 2ac0431731 luci-app-strongswan-swanctl: add status page
Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
2023-11-24 11:17:21 +01:00

16 lines
335 B
JSON

{
"luci-app-strongswan-swanctl": {
"description": "Grant access to luci-app-strongswan-swanctl",
"read": {
"file": {
"/usr/sbin/swanmon version": [ "exec" ],
"/usr/sbin/swanmon stats": [ "exec" ],
"/usr/sbin/swanmon list-sas": [ "exec" ]
},
"uci": [ "ipsec" ]
},
"write": {
"uci": [ "ipsec" ]
}
}
}