Skip to content

Commit

Permalink
Opt-in to Apple Secure Boot
Browse files Browse the repository at this point in the history
Disables the Apple Secure Boot policy by default, allowing users to reconfigure with ApCEID for full security.
  • Loading branch information
Qonfused committed Jul 29, 2024
1 parent 230bfb9 commit 7697c5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,14 +338,17 @@ NVRAM:
################################################################################

Misc:
# Note: Combine the `j223` SecureBootModel with ApCEID for full security.
# - https://dortania.github.io/OpenCore-Post-Install/universal/security/applesecureboot.html#apecid
Security:
# Apple Secure Boot hardware model and policy
# - Possible values include:
# - Disabled: No model, Secure Boot will be disabled.
# - Default: Currently set to x86legacy
# - j223: Secure Boot policy for MacBookPro16,3
# - https://dortania.github.io/OpenCore-Post-Install/universal/security/applesecureboot.html#securebootmodel
SecureBootModel: String | "j223"
SecureBootModel: String | "Disabled"
# SecureBootModel: String | "j223"
# OpenCore vaulting configuration (optional=no vault enforced, insecure)
# - https://dortania.github.io/OpenCore-Post-Install/universal/security/vault.html
Vault: String | "Optional"
Expand Down

0 comments on commit 7697c5f

Please sign in to comment.