mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Dogfood: enforce macOS 15.2 (#24753)
This commit is contained in:
parent
03d00cd995
commit
256bb67f95
2 changed files with 4 additions and 4 deletions
|
|
@ -93,8 +93,8 @@ controls:
|
|||
enable_end_user_authentication: false
|
||||
macos_setup_assistant: null
|
||||
macos_updates:
|
||||
deadline: "2024-12-04"
|
||||
minimum_version: "15.1.1"
|
||||
deadline: "2025-01-03"
|
||||
minimum_version: "15.2"
|
||||
windows_settings:
|
||||
custom_settings:
|
||||
- path: ../lib/windows/configuration-profiles/windows-firewall.xml
|
||||
|
|
|
|||
|
|
@ -66,8 +66,8 @@ controls:
|
|||
- app_store_id: '803453959' # Slack Desktop
|
||||
- app_store_id: '1333542190' # 1Password 7 Desktop
|
||||
macos_updates:
|
||||
deadline: "2024-12-04"
|
||||
minimum_version: "15.1.1"
|
||||
deadline: "2025-01-03"
|
||||
minimum_version: "15.2"
|
||||
windows_settings:
|
||||
custom_settings: null
|
||||
windows_updates:
|
||||
|
|
|
|||
Loading…
Reference in a new issue