mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-26 15:13:05 +00:00
updated 1.6.1.2
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
9c2fead5fc
commit
69f453902f
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
- name: "1.6.1.2 | PATCH | Ensure SELinux is not disabled in bootloader configuration"
|
- name: "1.6.1.2 | PATCH | Ensure SELinux is not disabled in bootloader configuration"
|
||||||
replace:
|
replace:
|
||||||
dest: /etc/default/grub
|
dest: /etc/default/grub
|
||||||
regexp: '(selinux|enforcing)\s*=(\s0|0).*'
|
regexp: 'selinux=0'
|
||||||
replace: ''
|
replace: ''
|
||||||
register: selinux_grub_patch
|
register: selinux_grub_patch
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue