12345678910111213141516 |
- {
- "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" ]
- }
- }
- }
|