mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 14:03:24 +00:00
firmware password requirement not applicable to Apple silicon according to STIG #171
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bernstei on GitHub.
Is there any way to automatically handle the fact that the firmware password does not exist for Apple silicon, and the STIG (not sure about other security guidelines), at least as of macOS 12, says that rule is not applicable?
2b025e09a2/rules/os/os_firmware_password_require.yaml (L1)@robertgendler commented on GitHub:
10705d9597/rules/os/os_firmware_password_require.yaml (L49)Somehow it got dumped along the way. Here it is on main with
i386@robertgendler commented on GitHub:
Also it appears to be on the
dev_ventura_stigbranch. I'm going to close this out. But I'll make sure it shows up when we merge it all together.@bernstei commented on GitHub:
You're right, but I noticed this on much later versions too. Big Sur and/or Monterey, e.g., I'm pretty sure.
@robertgendler commented on GitHub:
OH! I just realized you're on the
Catalinabranch.2 things, Catalina doesn't support Apple Silicon devices. And Catalina is EOL so no updates will be made to it.
@robertgendler commented on GitHub:
Weird. I swear that used to have an
i386tag. Anyway that would do the trick. It'll skip checking and remediating on Apple Silicon once we add that@bernstei commented on GitHub:
It's working now - weird.
@bernstei commented on GitHub:
Hmm - the
i386tag is there on Big Sur and Monterey, but I'm sure I've gotten this showing up as a rule failure on M1 macs, because I had to track it down and disable it. Let me see what's going on. I'll reopen if needed.