luci-openfortivpn.json 266 B

123456789101112131415
  1. {
  2. "luci-proto-openfortivpn": {
  3. "description": "Grant access to LuCI openfortivpn procedures",
  4. "read": {
  5. "ubus": {
  6. "luci.openfortivpn": [ "getCertificates" ]
  7. }
  8. },
  9. "write": {
  10. "ubus": {
  11. "luci.openfortivpn": [ "setCertificates" ]
  12. }
  13. }
  14. }
  15. }