This commit is contained in:
Raphael Dannecker 2026-05-08 14:34:11 +02:00
parent 1859d8424e
commit 9552da5244

View file

@ -46,5 +46,15 @@
name: algif_aead name: algif_aead
state: absent state: absent
# Dirty.Frag
- name: Create modprobe config to disable modules needed for dirty.frag
ansible.builtin.copy:
dest: /etc/modprobe.d/dirtyfrag.conf
content: |
install esp4 /bin/false
install esp6 /bin/false
install rxrpc /bin/false
mode: '0644'
- name: Set VM permissions - name: Set VM permissions
ansible.builtin.command: chmod -R o+r /lmn/vm ansible.builtin.command: chmod -R o+r /lmn/vm