From 9d3398a1aa29d7e02f43984db9f6b8ea7473d568 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Thu, 6 Mar 2025 16:37:35 -0500 Subject: [PATCH] Fleet supports system level configuration profiles (#26923) --- articles/custom-os-settings.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/articles/custom-os-settings.md b/articles/custom-os-settings.md index caa368616e..419d6743ec 100644 --- a/articles/custom-os-settings.md +++ b/articles/custom-os-settings.md @@ -2,6 +2,8 @@ In Fleet you can enforce OS settings like security restrictions, screen lock, Wi-Fi etc., on your your macOS, iOS, iPadOS, and Windows hosts using configuration profiles. +Currently, Fleet only supports [system level](https://support.apple.com/guide/deployment/intro-to-mdm-profiles-depc0aadd3fe/1/web/1.0#:~:text=Device%20and%20user%20settings%20vary%20according%20to%20where%20they%20reside%3A%20Settings%20installed%20at%20the%20system%20level%20reside%20in%20a%20device%20channel.%20Settings%20installed%20for%20a%20user%20reside%20in%20a%20user%20channel.) configuration profiles. + ## Enforce OS settings You can enforce OS settings using the Fleet UI, Fleet API, or [Fleet's GitOps workflow](https://github.com/fleetdm/fleet-gitops).