Add the #15962 fix to mac14 (#16080)

- For this bug: #15962
This commit is contained in:
Sharon Katz
2024-01-15 09:24:43 -05:00
committed by GitHub
parent 4739f6d9e5
commit e0a40bbacf
+2 -2
View File
@@ -1928,14 +1928,14 @@ spec:
SELECT 1 FROM managed_policies WHERE
domain='com.apple.screensaver' AND
name='idleTime' AND
value <= 1200 AND
CAST(value AS INT) <= 1200 AND
username = ''
)
AND NOT EXISTS (
SELECT 1 FROM managed_policies WHERE
domain='com.apple.screensaver' AND
name='idleTime' AND
value > 1200
CAST(value AS INT) > 1200
);
purpose: Informational
tags: compliance, CIS, CIS_Level1