luci-app-nextdns.json 224 B

1234567891011121314
  1. {
  2. "luci-app-nextdns": {
  3. "description": "Grant logread access to LuCI app nextdns",
  4. "read": {
  5. "file": {
  6. "/sbin/logread": [ "exec" ]
  7. },
  8. "uci": [ "nextdns" ]
  9. },
  10. "write": {
  11. "uci": [ "nextdns" ]
  12. }
  13. }
  14. }