summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-wifischedule/root/usr/share/rpcd/acl.d/luci-app-wifischedule.json
blob: c595147700f6c0b28382f69681c29d15362a9af4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"luci-app-wifischedule": {
		"description": "Grant UCI access for luci-app-wifischedule",
		"read": {
			"uci": [ "wifi_schedule" ],
			"file": {
				"/usr/bin/iwinfo": [ "stat" ],
				"/usr/bin/wifi_schedule.sh": ["exec"],
				"/sbin/wifi": ["stat"]
			}
		},
		"write": {
			"uci": [ "wifi_schedule" ]
		}
	}
}