Skip to content

Commit

Permalink
fix: update initramfs after disabling usb in modprobe/kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Dec 10, 2024
1 parent 30f782a commit 74d81bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ansible/playbooks/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@
regexp: install\s+usb-storage
line: install usb-storage /bin/true

- name: Update initramfs
shell: |
sudo update-initramfs -u
# TODO: Disable Accepting ICMP Redirects for All IPv4 Interfaces
# https://docs.datadoghq.com/security/default_rules/xccdf-org-ssgproject-content-rule-sysctl-net-ipv4-conf-all-accept-redirects/#ansible-playbook

Expand Down

0 comments on commit 74d81bd

Please sign in to comment.