From 5d324cb780aa8d56f7ac27598bfbe974e41289c8 Mon Sep 17 00:00:00 2001 From: Bob Gendler Date: Wed, 30 Jun 2021 15:18:59 -0400 Subject: [PATCH] added a note about apple silicon --- rules/os/os_filevault_autologin_disable.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/os/os_filevault_autologin_disable.yaml b/rules/os/os_filevault_autologin_disable.yaml index aa278aa1..c22820df 100644 --- a/rules/os/os_filevault_autologin_disable.yaml +++ b/rules/os/os_filevault_autologin_disable.yaml @@ -4,6 +4,8 @@ discussion: | If FileVault is enabled, automatic login _MUST_ be disabled, so that both FileVault and login window authentication are required. The default behavior of macOS when FileVault is enabled is to automatically log in to the computer once successfully passing your FileVault credentials. + + NOTE: DisableFDEAutoLogin does not have to be set on Apple Silicon based macOS systems that are smartcard enforced as smartcards are available at pre-boot. check: | /usr/bin/profiles -P -o stdout | /usr/bin/grep -c 'DisableFDEAutoLogin = 1' result: