4
0
Fork 0

section 1 updates

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-04-04 12:07:07 +01:00
parent bfbcede072
commit 39780562c1
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB
9 changed files with 14 additions and 10 deletions

View file

@ -16,7 +16,7 @@
- name: "1.6.1.2 | PATCH | Ensure SELinux is not disabled in bootloader configuration"
replace:
dest: /etc/default/grub
regexp: '(selinux|enforcing)\s*=\s*0\s*'
regexp: '(selinux|enforcing)\s*=(\s0|0).*'
replace: ''
register: selinux_grub_patch
ignore_errors: yes