mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Enforce Sonoma 14.6 and iOS/iPadOS 17.6 (#21314)
Enforce updates https://github.com/fleetdm/confidential/issues/7469
This commit is contained in:
parent
6220b2ed0e
commit
c25b22be88
4 changed files with 10 additions and 4 deletions
|
|
@ -11,6 +11,9 @@ team_settings:
|
|||
enable_calendar_events: false
|
||||
agent_options:
|
||||
controls:
|
||||
ipados_updates:
|
||||
deadline: "2024-08-23"
|
||||
minimum_version: "17.6"
|
||||
macos_settings:
|
||||
custom_settings:
|
||||
scripts:
|
||||
|
|
|
|||
|
|
@ -11,6 +11,9 @@ team_settings:
|
|||
enable_calendar_events: false
|
||||
agent_options:
|
||||
controls:
|
||||
ios_updates:
|
||||
deadline: "2024-08-23"
|
||||
minimum_version: "17.6"
|
||||
macos_settings:
|
||||
custom_settings:
|
||||
- path: ../lib/configuration-profiles/ios-restrictions.mobileconfig
|
||||
|
|
|
|||
|
|
@ -93,8 +93,8 @@ controls:
|
|||
enable_end_user_authentication: true
|
||||
macos_setup_assistant: null
|
||||
macos_updates:
|
||||
deadline: ""
|
||||
minimum_version: ""
|
||||
deadline: "2024-08-23"
|
||||
minimum_version: "14.6.1"
|
||||
windows_settings:
|
||||
custom_settings: null
|
||||
windows_updates:
|
||||
|
|
|
|||
|
|
@ -44,8 +44,8 @@ controls:
|
|||
enable_end_user_authentication: true
|
||||
macos_setup_assistant: null
|
||||
macos_updates:
|
||||
deadline: "2024-07-12"
|
||||
minimum_version: "14.5"
|
||||
deadline: "2024-08-23"
|
||||
minimum_version: "14.6.1"
|
||||
windows_settings:
|
||||
custom_settings: null
|
||||
windows_updates:
|
||||
|
|
|
|||
Loading…
Reference in a new issue