summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-hd-idle/root/usr/share/rpcd/acl.d/luci-app-hd-idle.json
blob: 4aa2f2997e5a8b09259bbaf42077404f958bbcc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"luci-app-hd-idle": {
		"description": "Grant UCI access for luci-app-hd-idle",
		"read": {
			"file": {
				"/dev": [ "list" ]
			},
			"uci": [ "hd-idle" ]
		},
		"write": {
			"uci": [ "hd-idle" ]
		}
	}
}