mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Add call out regarding OS notifications (#25139)
This commit is contained in:
parent
338a00a693
commit
ba359ea6a1
1 changed files with 3 additions and 1 deletions
|
|
@ -34,7 +34,9 @@ OS version enforcement options are declared within the [controls](https://fleetd
|
|||
|
||||
### macOS
|
||||
|
||||
When a minimum version is enforced, end users see a native macOS notification (DDM) once per day. Users can choose to update ahead of the deadline or schedule it for that night. 24 hours before the deadline, the notification appears hourly and ignores Do Not Disturb. One hour before the deadline, the notification appears every 30 minutes and then every 10 minutes.
|
||||
When a minimum version is enforced, end users see a native macOS notification (DDM) once per day. Users can choose to update ahead of the deadline or schedule it for that night. 24 hours before the deadline, the notification appears hourly and ignores Do Not Disturb. One hour before the deadline, the notification appears every 30 minutes and then every 10 minutes.
|
||||
|
||||
> Certain user preferences may suppress macOS update notifications. To prevent users from being surprised by a forced update or unexpected restart, consider communicating OS update deadlines through additional channels.
|
||||
|
||||
If the host was turned off when the deadline passed, the update will be scheduled an hour after it’s turned on.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue