Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update standard-query-library.yml #26346

Merged
merged 3 commits into from
Feb 17, 2025
Merged

Update standard-query-library.yml #26346

merged 3 commits into from
Feb 17, 2025

Conversation

mike-j-thomas
Copy link
Member

closes: #24415 (comment)

  • Updated policy to the suggestion from @jmwatts in the linked bug report.
  • Added caveat note.

@ddribeiro, please can you confirm that the suggested policy edit is good to go?

@ddribeiro
Copy link
Member

@mike-j-thomas This new policy works, but our control/remediation profile also needs to be updated to include the DisableFDEAutoLogin this profile query is looking for.

A new version of the profile would look like this (it still includes the old, non-FileVault enabled key):

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>PayloadContent</key>
	<array>
		<dict>
			<key>PayloadDisplayName</key>
			<string>Login Window #1</string>
			<key>PayloadIdentifier</key>
			<string>com.apple.loginwindow.CE506065-7C0E-434E-8B8C-12E164116C94</string>
			<key>PayloadType</key>
			<string>com.apple.loginwindow</string>
			<key>PayloadUUID</key>
			<string>CE506065-7C0E-434E-8B8C-12E164116C94</string>
			<key>PayloadVersion</key>
			<integer>1</integer>
			<key>DisableFDEAutoLogin</key>
			<true/>
			<key>com.apple.login.mcx.DisableAutoLoginClient</key>
			<true/>
		</dict>
	</array>
	<key>PayloadDisplayName</key>
	<string>Disable Automatic Login</string>
	<key>PayloadIdentifier</key>
	<string>com.fleetdm.disableautomaticlogin.F07E2CB5-56CC-4699-B061-EAA253220BA8</string>
	<key>PayloadType</key>
	<string>Configuration</string>
	<key>PayloadUUID</key>
	<string>F07E2CB5-56CC-4699-B061-EAA253220BA8</string>
	<key>PayloadVersion</key>
	<integer>1</integer>
</dict>
</plist>

I can create a PR to update the control.

@mike-j-thomas
Copy link
Member Author

@eashaw I'm getting an error on this PR from Test Fleet website / build. Can you help me resolve it?

@mike-j-thomas mike-j-thomas merged commit b23d331 into main Feb 17, 2025
5 checks passed
@mike-j-thomas mike-j-thomas deleted the website-policies-update branch February 17, 2025 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Automatic login disabled (macOS)" checks possibly wrong default
5 participants