mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-03-04 17:23:16 +00:00
added a note about T2/Apple Silicon
This commit is contained in:
@@ -5,7 +5,7 @@ discussion: |
|
||||
|
||||
Full security is the default Secure Boot setting in macOS. During startup, when Secure Boot is set to full security, the Mac will verify the integrity of the operating system before allowing the operating system to boot.
|
||||
|
||||
Note: This will only return a proper result on a T2 Mac
|
||||
Note: This will only return a proper result on a T2 or Apple Silicon Macs.
|
||||
check: |
|
||||
/usr/libexec/mdmclient QuerySecurityInfo | /usr/bin/grep -c "SecureBootLevel = full"
|
||||
result:
|
||||
|
||||
@@ -6,10 +6,14 @@ discussion: |
|
||||
Macs with Apple Silicon or T2 processors provide protected storage for cryptographic keys via the secure enclave.
|
||||
|
||||
link:https://support.apple.com/guide/security/secure-enclave-sec59b0b31ff/1/web/1[]
|
||||
|
||||
Note: This will only return a proper result on a T2 or Apple Silicon Macs.
|
||||
check: |
|
||||
The technology supports this requirement and cannot be configured to be out of compliance. The technology inherently meets this requirement.
|
||||
/usr/sbin/ioreg -w 0 -c AppleSEPManager | /usr/bin/grep -q 'AppleSEPManager'; /bin/echo $?
|
||||
result:
|
||||
integer: 0
|
||||
fix: |
|
||||
The technology inherently meets this requirement. No fix is required.
|
||||
The hardware does not support the requirement.
|
||||
references:
|
||||
cce:
|
||||
- N/A
|
||||
|
||||
Reference in New Issue
Block a user