github osxfuse/osxfuse osxfuse-3.0.6
FUSE for OS X 3.0.6

latest releases: macfuse-4.7.2, macfuse-4.7.1, macfuse-4.7.0...
pre-release8 years ago
  • 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.

  • Fix error handling for FUSE_NOTIFY_INVAL_INODE notifications. See #233 for details.

  • Fix race condition in vfsop_sync() that can trigger a "Attempted to lock max-locked recursive lock" kernel panic. See #232 for details.

  • Fetch new releases over HTTPS. See osxfuse/prefpane#2 for details.

Don't miss a new osxfuse release

NewReleases is sending notifications on new releases.