luci-app-softether.json 269 B

123456789101112
  1. {
  2. "luci-app-softether": {
  3. "description": "Grant access to softether management",
  4. "read": {
  5. "cgi-io": [ "exec" ],
  6. "file": {
  7. "/usr/libexec/vpncmd-call account-list": [ "exec" ],
  8. "/usr/libexec/vpncmd-call account-status-get *": [ "exec" ]
  9. }
  10. }
  11. }
  12. }