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