diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-11-22 16:34:21 -0800 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-11-22 16:34:21 -0800 |
commit | 4175f969bdacf76113f74cc0e8d419aec845317f (patch) | |
tree | f8bdaff89b13610d2190fe2e4005824410b37011 /ChangeLog.rst | |
parent | 05de3c98c07e636e007e7ecf6516508426d02c83 (diff) | |
download | libfuse-4175f969bdacf76113f74cc0e8d419aec845317f.tar.gz |
Make handling of -oallow_root easier to understand
-oallow_root is handled in userspace, and requires passing -oallow_other
to the kernel. This patch should make the code easier to understand and
avoid the confusion that gave rise to issue #86.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index 999f431..ed9ca06 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -30,6 +30,11 @@ UNRELEASED CHANGES changed. Previously, this was handled by the kernel but subject to race conditions. +* The ``allow_other`` and ``allow_root`` mount options (accepted by + `fuse_session_new()`) may now be specified together. In this case, + ``allow_root`` takes precedence. + + FUSE 3.0.0-rc2 (2016-11-06) =========================== |