Blame SOURCES/scap-security-guide-0.1.58-ansible_disable_ctrlaltdel_reboot-PR_7571.patch

ff1465
From 91fb54a2e5e52d789f786fefbe711e7250470437 Mon Sep 17 00:00:00 2001
ff1465
From: Watson Sato <wsato@redhat.com>
ff1465
Date: Thu, 16 Sep 2021 19:45:26 +0200
ff1465
Subject: [PATCH] Force masking of ctrl-alt-del.target
ff1465
ff1465
Without forcing the remediation it never converges.
ff1465
The target is stopped but not masked.
ff1465
---
ff1465
 .../disable_ctrlaltdel_reboot/ansible/shared.yml                 | 1 +
ff1465
 1 file changed, 1 insertion(+)
ff1465
ff1465
diff --git a/linux_os/guide/system/accounts/accounts-physical/disable_ctrlaltdel_reboot/ansible/shared.yml b/linux_os/guide/system/accounts/accounts-physical/disable_ctrlaltdel_reboot/ansible/shared.yml
ff1465
index 8ea1de865ae..30f06a8751c 100644
ff1465
--- a/linux_os/guide/system/accounts/accounts-physical/disable_ctrlaltdel_reboot/ansible/shared.yml
ff1465
+++ b/linux_os/guide/system/accounts/accounts-physical/disable_ctrlaltdel_reboot/ansible/shared.yml
ff1465
@@ -7,6 +7,7 @@
ff1465
 - name: Disable Ctrl-Alt-Del Reboot Activation
ff1465
   systemd:
ff1465
     name: ctrl-alt-del.target
ff1465
+    force: yes
ff1465
     masked: yes
ff1465
     state: stopped
ff1465