luci/applications/luci-app-softether/root/usr/share/rpcd/acl.d/luci-app-softether.json
BERENYI Balazs ec5ce985fe luci-app-softether: add basic softether status page
Signed-off-by: BERENYI Balazs <balazs@wee.hu>
2021-01-11 20:03:34 +00:00

12 lines
269 B
JSON

{
"luci-app-softether": {
"description": "Grant access to softether management",
"read": {
"cgi-io": [ "exec" ],
"file": {
"/usr/libexec/vpncmd-call account-list": [ "exec" ],
"/usr/libexec/vpncmd-call account-status-get *": [ "exec" ]
}
}
}
}