- @noahtalerman: looks like this is a built-in policy in the UI.
- We're getting rid of these in the UI but is it on the website too? If yes, I think we should fix it there.
- UPDATE: @noahtalerman: Yes, it's on the website here and it's fixed 🎉
Even though our profile disabled the guest account (DisableGuestAccount = false), Fleet's built-in "Guest account disabled (macOS)" policy was failing.
The query:
SELECT 1 FROM managed_policies WHERE domain='com.apple.loginwindow' AND name='DisableGuestAccount' AND value='1' LIMIT 1;
... is incorrect. The correct domain is com.apple.MCX (source: https://developer.apple.com/documentation/devicemanagement/accounts#discussion).
Fleet version: 4.59.1
Even though our profile disabled the guest account (
DisableGuestAccount= false), Fleet's built-in "Guest account disabled (macOS)" policy was failing.The query:
... is incorrect. The correct domain is
com.apple.MCX(source: https://developer.apple.com/documentation/devicemanagement/accounts#discussion).Fleet version: 4.59.1