mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-09 08:12:18 +00:00
Definition of exemption #297
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 @sebastianvoss on GitHub.
I followed the instruction outlined at https://github.com/usnistgov/macos_security/wiki/Compliance-Script:
But when I run
sudo ./build/800-53_moderate/800-53_moderate_compliance.shthis rule is still failing:How can I disable
os_firmware_password_require?@golbiga commented on GitHub:
@sebastianvoss which branch are you working off? The exemption feature has not made it to main yet. Depending on which OS you are looking to run on check either catalina or big_sur.
@golbiga commented on GitHub:
Yes, do a git checkout of big_sur and the exemption code will be in there. We're hoping to do a new revision for Catalina and Big Sur soon that will have that code in main. Let me know if that works.
@sebastianvoss commented on GitHub:
It works!
Thanks again for your help and this great project.
@sebastianvoss commented on GitHub:
Thanks for your fast reply!
I tried with
mainand also withbig_sur_rev1just now. But it shows the same behaviour. Do I need to use a different branch for MacOS Big Sur?