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