aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.rst
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 65f57d7..24b4d9c 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -12,6 +12,11 @@ Unreleased Changes
special format `/dev/fd/%u`. This allows mounting to be handled by the parent
so the FUSE filesystem process can run fully unprivileged.
+* Add a `drop_privileges` option to mount.fuse3 which causes it to open
+ `/dev/fuse` and mount the file system itself, then run the FUSE file
+ filesystem fully unprivileged and unable to re-acquire privilege via setuid,
+ fscaps, etc.
+
libfuse 3.2.6 (2018-08-31)
==========================