We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1cb0f4 + 38b00d4 commit 1b5b62dCopy full SHA for 1b5b62d
tasks/section_1/cis_1.1.1.x.yml
@@ -6,7 +6,7 @@
6
ansible.builtin.lineinfile:
7
dest: /etc/modprobe.d/cramfs.conf
8
regexp: '^(#)?install cramfs(\\s|$)'
9
- line: install cramfs /bin/false
+ line: install cramfs /bin/true
10
create: true
11
12
- name: "1.1.1.1 | PATCH | Ensure mounting of cramfs filesystems is disabled | Disable cramfs"
@@ -30,7 +30,7 @@
30
31
dest: /etc/modprobe.d/squashfs.conf
32
regexp: '^(#)?install squashfs(\\s|$)'
33
- line: install squashfs /bin/false
+ line: install squashfs /bin/true
34
35
36
- name: "1.1.1.2 | PATCH | Ensure mounting of squashfs filesystems is disabled | Disable squashfs"
0 commit comments