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