mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Disable the Cloudflare DNS over HTTPS configuration profile (#36904)
Slack thread: https://fleetdm.slack.com/archives/C071NNMSP2R/p1765215959557429
This commit is contained in:
parent
ab3040c395
commit
002e248344
2 changed files with 4 additions and 2 deletions
|
|
@ -99,7 +99,8 @@ controls:
|
|||
- path: ../lib/macos/configuration-profiles/disable-internet-sharing.mobileconfig
|
||||
- path: ../lib/macos/configuration-profiles/disable-media-sharing.mobileconfig
|
||||
- path: ../lib/macos/configuration-profiles/disable-safari-safefiles.mobileconfig
|
||||
- path: ../lib/macos/configuration-profiles/enable-doh.mobileconfig
|
||||
# - path: ../lib/macos/configuration-profiles/enable-doh.mobileconfig
|
||||
# Commenting out until I understand why we have this and if there's a better multi-platform solution
|
||||
- path: ../lib/macos/configuration-profiles/enable-firewall-logging.mobileconfig
|
||||
- path: ../lib/macos/configuration-profiles/enable-gatekeeper.mobileconfig
|
||||
- path: ../lib/macos/configuration-profiles/enforce-library-validation.mobileconfig
|
||||
|
|
|
|||
|
|
@ -54,7 +54,8 @@ controls:
|
|||
- path: ../lib/macos/configuration-profiles/disable-internet-sharing.mobileconfig
|
||||
- path: ../lib/macos/configuration-profiles/disable-media-sharing.mobileconfig
|
||||
- path: ../lib/macos/configuration-profiles/disable-safari-safefiles.mobileconfig
|
||||
- path: ../lib/macos/configuration-profiles/enable-doh.mobileconfig
|
||||
# - path: ../lib/macos/configuration-profiles/enable-doh.mobileconfig
|
||||
# Commenting out until I understand why we have this and if there's a better multi-platform solution
|
||||
- path: ../lib/macos/configuration-profiles/enable-firewall-logging.mobileconfig
|
||||
- path: ../lib/macos/configuration-profiles/enable-gatekeeper.mobileconfig
|
||||
- path: ../lib/macos/configuration-profiles/enforce-library-validation.mobileconfig
|
||||
|
|
|
|||
Loading…
Reference in a new issue