mirror of
https://github.com/libfuse/libfuse.git
synced 2026-07-07 14:47:41 +08:00
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:
committed by
Bernd Schubert
parent
dfe8a0f8c9
commit
5b4a7fa5ca
@@ -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.
|
||||
Reference in New Issue
Block a user