secubox-openwrt/luci-app-crowdsec-dashboard/root/usr/share/rpcd/acl.d/luci-app-crowdsec-dashboard.json

20 lines
466 B
JSON

{
"luci-app-crowdsec-dashboard": {
"description": "Grant access to LuCI CrowdSec Dashboard",
"read": {
"ubus": {
"crowdsec": [ "decisions", "alerts", "metrics", "bouncers", "machines", "hub", "status" ],
"luci-rpc": [ "getCrowdsecData" ],
"file": [ "read", "stat" ]
},
"uci": [ "crowdsec", "crowdsec-dashboard" ]
},
"write": {
"ubus": {
"crowdsec": [ "ban", "unban", "refresh" ]
},
"uci": [ "crowdsec-dashboard" ]
}
}
}