forked from ansible-lockdown/RHEL9-CIS
Merge pull request #398 from trumbaut/fix_rule_3.2.1_reffering_to_cramfs
Update cis_3.2.x.yml (add dccp to blacklist instead of cramfs
This commit is contained in:
commit
c69fedcf0a
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