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

Merge branch 'no-fuse' into 'master'

Disable FUSE

See merge request !253
parents 16cbe472 efd22ff1
No related branches found
No related tags found
1 merge request!253Disable FUSE
......@@ -75,12 +75,15 @@
name: auditd.service
enabled: yes
- name: Disable journald-auditd link
- name: Mask unwanted systemd units
systemd:
name: systemd-journald-audit.socket
name: "{{ item }}"
state: stopped
enabled: no
masked: yes
loop:
- "sys-fs-fuse-connections.mount"
- "systemd-journald-audit.socket"
- name: Install lockdown systemd units
copy:
......@@ -98,3 +101,4 @@
loop:
- 'float-lockdown.target'
- '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