summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-watchcat/root/usr/share/rpcd/acl.d/luci-app-watchcat.json
blob: ef306fab129247c8a1db5e2745ecdad5b426102b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"luci-app-watchcat": {
		"description": "Grant access to LuCI app watchcat",
		"read": {
			"file": {
				"/usr/bin/watchcat.sh": [ "exec" ]
			},
			"uci": [ "watchcat" ]
		},
		"write": {
			"uci": [ "watchcat" ]
		}
	}
}