4
0
Fork 0

updated 1.6.1.2

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-07-26 10:03:44 +01:00
parent 9c2fead5fc
commit 69f453902f
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB

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*=(\s0|0).*'
regexp: 'selinux=0'
replace: ''
register: selinux_grub_patch
ignore_errors: yes