mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 14:03:24 +00:00
missing EOS in some rules #249
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.
I was testing
dev_big_sur_rule_fixes, and the compliance script that's generated is not runnable. I've narrowed it down to instances like this, where thecheckscript is missing the finalEOS, so the resulting zsh script is unparseable.677888697c/rules/sysprefs/sysprefs_screensaver_ask_for_password_delay_enforce.yaml (L8)I also found the same issue in
sysprefs_screensaver_timeout_enforce. Doing a grep ofEOSin all the rule yamls and looking for counts other than 0 or 2 only finds those two files.