aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.rst1
-rw-r--r--doc/mount.fuse.84
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 2cabd7d..7b7e3c0 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -3,6 +3,7 @@ libfuse 3.1.0 (UNRELEASED)
* Re-introduced examples/null.c.
* Added experimental support for building with Meson.
+* Document that -o auto_unmount implies -o nodev,nosuid.
libfuse 3.0.0 (2016-12-08)
==========================
diff --git a/doc/mount.fuse.8 b/doc/mount.fuse.8
index c42894b..8020c46 100644
--- a/doc/mount.fuse.8
+++ b/doc/mount.fuse.8
@@ -146,6 +146,10 @@ responsible for releasing the mountpoint, which means that the
mountpoint becomes inaccessible if the filesystem terminates
without first unmounting.
+At the moment, this option implies that the filesystem will also be
+mounted with \fBnodev\fP and \fBnosuid\fP (even when mounted by
+root). This restriction may be lifted in the future.
+
.SS "High-level mount options:"
These following options are not actually passed to the kernel but
interpreted by libfuse. They can only be specified for filesystems