Release of OSXFUSE 2.8.3
Posted on 18 Jan 2016
Download OSXFUSE 2.8.3
macOS 10.5 to 10.11
Intel or PowerPC
SHA1: 282330214382e853e968fe27b5075436c3444a8e
Fixes
-
Improved compatibility with Finder on OS X 10.11. Unless
allow_root
or allow_other
is set we limit vnode operations to the user that mounted the file system. Starting with OS X 10.11 DesktopServicesHelper
, which is running as root, calls access(2)
on behalf of Finder when trying to delete a directory. Blocking this request results in Finder aborting the delete process. Therefore we are no longer enforcing allow_root
or allow_other
for vnop_access
.