From cc244ba6dfbe919741463d6aab8fa83a863d8783 Mon Sep 17 00:00:00 2001 From: "Kevin M. Cox" Date: Mon, 24 Nov 2025 14:01:25 -0600 Subject: [PATCH] Add Mosyle to well-known MDM list (#35482) # Checklist for submitter If some of the following don't apply, delete the relevant line. - [X] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files) for more information. Co-authored-by: Jordan Montgomery --- changes/251110-known-mdm-mosyle | 1 + server/fleet/hosts.go | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 changes/251110-known-mdm-mosyle diff --git a/changes/251110-known-mdm-mosyle b/changes/251110-known-mdm-mosyle new file mode 100644 index 0000000000..6488f9d850 --- /dev/null +++ b/changes/251110-known-mdm-mosyle @@ -0,0 +1 @@ +- Mosyle added to the list of well-known MDM platforms diff --git a/server/fleet/hosts.go b/server/fleet/hosts.go index 38738c8bff..0258dabc91 100644 --- a/server/fleet/hosts.go +++ b/server/fleet/hosts.go @@ -1175,6 +1175,7 @@ const ( WellKnownMDMIntune = "Intune" WellKnownMDMSimpleMDM = "SimpleMDM" WellKnownMDMFleet = "Fleet" + WellKnownMDMMosyle = "Mosyle" ) var mdmNameFromServerURLChecks = map[string]string{ @@ -1186,6 +1187,7 @@ var mdmNameFromServerURLChecks = map[string]string{ "microsoft": WellKnownMDMIntune, "simplemdm": WellKnownMDMSimpleMDM, "fleetdm": WellKnownMDMFleet, + "mosyle": WellKnownMDMMosyle, } // MDMNameFromServerURL returns the MDM solution name corresponding to the