summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-crowdsec-firewall-bouncer/root/usr/share/rpcd/acl.d/luci-app-crowdsec-firewall-bouncer.json
blob: bc35211a2ac9d8f016d497f67ebe2408712a231c (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"luci-app-crowdsec-firewall-bouncer": {
		"description": "Grant UCI access to LuCI app crowdsec-firewall-bouncer",
		"read": {
			"uci": [ "crowdsec" ]
		},
		"write": {
			"uci": [ "crowdsec" ]
		}
	}
}