mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
Update cis_3.2.x.yml (add dccp to blacklist instead of cramfs
Signed-off-by: Thomas Rumbaut <thomas@rumbaut.be>
This commit is contained in:
parent
d91d0d949e
commit
7aa911b354
1 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@
|
|||
- name: "3.2.1 | PATCH | Ensure dccp kernel module is not available | blacklist"
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/modprobe.d/blacklist.conf
|
||||
regexp: "^(#)?blacklist cramfs(\\s|$)"
|
||||
line: "blacklist cramfs"
|
||||
regexp: "^(#)?blacklist dccp(\\s|$)"
|
||||
line: "blacklist dccp"
|
||||
create: true
|
||||
mode: 'u-x,go-rwx'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue