Skip to content
Snippets Groups Projects
Commit efd22ff1 authored by ale's avatar ale
Browse files

Disable FUSE

parent 16cbe472
No related branches found
No related tags found
1 merge request!253Disable FUSE
...@@ -75,12 +75,15 @@ ...@@ -75,12 +75,15 @@
name: auditd.service name: auditd.service
enabled: yes enabled: yes
- name: Disable journald-auditd link - name: Mask unwanted systemd units
systemd: systemd:
name: systemd-journald-audit.socket name: "{{ item }}"
state: stopped state: stopped
enabled: no enabled: no
masked: yes masked: yes
loop:
- "sys-fs-fuse-connections.mount"
- "systemd-journald-audit.socket"
- name: Install lockdown systemd units - name: Install lockdown systemd units
copy: copy:
...@@ -98,3 +101,4 @@ ...@@ -98,3 +101,4 @@
loop: loop:
- 'float-lockdown.target' - 'float-lockdown.target'
- 'disable-kmod-load.service' - 'disable-kmod-load.service'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment