diff options
author | Peter Lemenkov <lemenkov@gmail.com> | 2019-04-03 22:43:48 +0200 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2019-04-03 21:43:48 +0100 |
commit | 4ebf27a4e84ed611e44e70953a63f59e65f2eaad (patch) | |
tree | 41a195ab75c8724ef45728cf521fee7473ba822d /ChangeLog.rst | |
parent | a1bff7dbe3ad8950d8cf1b5640aa7a7b2e89211d (diff) | |
download | libfuse-4ebf27a4e84ed611e44e70953a63f59e65f2eaad.tar.gz |
Whitelist smb2 (#392)
See also https://bugzilla.redhat.com/1694552#c7
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index ca04319..7407cea 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,8 @@ * Changed ioctl commands to "unsigned int" in order to support commands which do not fit into a signed int. Commands issued by applications are still truncated to 32 bits. +* Added SMB2 to whitelist (so users can now mount FUSE filesystems + on mountpoints within SMB 2.0 filesystems). libfuse 3.4.2 (2019-03-09) ========================== |