Skip to content

Commit ca5587e

Browse files
author
Douglas Rapp
authored
Merge pull request #6 from sscpac/enable-rhel-07-020230-disable-ctrl-alt-del
enable rhel-07-020230 to disable ctrl-alt-del key sequence for ACS
2 parents 5b97d22 + 83e578d commit ca5587e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

defaults/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ rhel_07_020060: true
6767
rhel_07_020210: false
6868
# ACS: (??)
6969
rhel_07_020220: false
70-
# ACS: N/A as ACS does not allow Ctrl-Alt-Del and the fix in the STIG playbook is not correct
71-
rhel_07_020230: false
70+
rhel_07_020230: true
7271
# Not an automated task
7372
rhel_07_020250: true
7473
rhel_07_020310: true

tasks/fix-cat1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
- RHEL-07-020220
237237
- selinux
238238

239-
# The fix in the STIG for this is incorrect. Symlinking this unit file to /dev/null obtains the required result
239+
# Symlinking this unit file to /dev/null obtains the required result
240240
# which is to disable this function and log when the keystroke is issued.
241241
# https://access.redhat.com/solutions/1123873
242242
- name: "HIGH | RHEL-07-020230 | PATCH | The Red Hat Enterprise Linux operating system must be configured so that the x86 Ctrl-Alt-Delete key sequence is disabled."

0 commit comments

Comments
 (0)