Update CIS policy (#16022)

- For this bug: #15962
This commit is contained in:
Noah Talerman 2024-01-10 14:54:49 -05:00 committed by GitHub
parent 3e305e26d6
commit ae36ae6b94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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, CIS-macos-13-2.10.1