Release of OSXFUSE 2.8.1
Posted on 25 Sep 2015
Download OSXFUSE 2.8.1
macOS 10.5 to 10.11
Intel or PowerPC
SHA1: 2eab1c953af57e60438f3054d164921989e14fb0
New Features
- Added support for Xcode 7.1
Fixes
-
Improve 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 stat(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_getattr
.