CIS-for-macOS-High-Sierra icon indicating copy to clipboard operation
CIS-for-macOS-High-Sierra copied to clipboard

Re: Issue #3. Matching check in 2_Security_Audit_Compliance.sh not fixed.

Open Honestpuck opened this issue 5 years ago • 0 comments
trafficstars

The matching check to Issue #3 in 2_Security_Audit_Compliance.sh has not been changed to match so Macs will always fail the 3.3 check. Line 767 needs to be changed.

	if [ "$auditRetention" = "expire-after:60D OR 1G" ]; then

should be

	if [ "$auditRetention" = "expire-after:60d OR 1G" ]; then

Honestpuck avatar Dec 01 '19 22:12 Honestpuck