fix(cis): strengthen kernel module blacklist and sysctl hardening
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
- sctp
|
||||
- rds
|
||||
- tipc
|
||||
- firewire-core
|
||||
- firewire-sbp2
|
||||
- thunderbolt
|
||||
cis_modules_squashfs: "{{ [] if os in ['ubuntu', 'ubuntu-lts'] else ['squashfs'] }}"
|
||||
cis_modules_all: "{{ cis_modules_base + cis_modules_squashfs }}"
|
||||
ansible.builtin.copy:
|
||||
|
||||
Reference in New Issue
Block a user