Skip to content

Commit

Permalink
luci-app-wifischedule: tighten acl perms
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Donald <[email protected]>
  • Loading branch information
systemcrash committed Nov 8, 2024
1 parent 8f7f142 commit 0691504
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"read": {
"uci": [ "wifi_schedule" ],
"file": {
"/usr/bin/iwinfo": [ "read" ],
"/usr/bin/wifi_schedule.sh": ["exec", "read"],
"/sbin/wifi": ["read"]
"/usr/bin/iwinfo": [ "stat" ],
"/usr/bin/wifi_schedule.sh": ["exec"],
"/sbin/wifi": ["stat"]
}
},
"write": {
Expand Down

0 comments on commit 0691504

Please sign in to comment.