Commit da8aa669 authored by Rafael Monnerat's avatar Rafael Monnerat

playbook: Include fuse as it is a general dependency for wendelin project

  fuse requires to be system wide installed, as it is linked with kernel modules.
parent c02d3ea1
......@@ -10,6 +10,7 @@ dependencies:
- { role: package, package_name: strace, package_state: latest }
- { role: package, package_name: htop, package_state: latest }
- { role: package, package_name: ioping, package_state: latest }
- { role: package, package_name: fuse, package_state: latest }
- { role: package, package_name: exim4-base, package_state: absent }
- { role: package, package_name: slapos-node, package_state: latest }
- { role: package, package_name: re6st-node, package_state: latest }
......
  • For those coming here and wondering what "linked with kernel modules" means: the reason fuse package is installed is that without SUID root /bin/fusermount it is not possible to mount FUSE filesystems at all, and no SR can bring in any SUID root binary. Full details here:

    https://nexedi.erp5.net/web_page_module/9056

Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment