0
0
mirror of https://github.com/openwrt/luci.git synced 2025-04-17 17:16:09 +00:00
Files
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

17 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" ]
}
}
}