Add a known-issues file documenting the limitations of the current auto-unmount implementation.

Signed-off-by: Sebastian Unger <sebunger44@gmail.com>
This commit is contained in:
Sebastian Unger
2026-05-02 08:57:40 +12:00
committed by Bernd Schubert
parent dfe8a0f8c9
commit 5b4a7fa5ca
+12
View File
@@ -0,0 +1,12 @@
Auto-Umount
The mechanism currently implemented has several flaws:
- It interacts badly with mount --move and mount --bind operations
on the fuse mount-point (and possibly on parent mount-points), and
- It currently requires that the allow_root option be specified if
the filesystem is mounted by a non-root user which in turn may require
user_allow_other in /etc/fuse.conf.
A new mechanism is being worked on which will address these shortcomings.
See https://github.com/libfuse/libfuse/issues/1491 for some further information
on the subject.