Live data from Hacker News

How to check if your Apple Silicon Mac is booting securely

eclecticlight.co

21–23 of 23 posts

Re: How to check if your Apple Silicon Mac is booting securely

#22
post #20
post #16

Earlier quoted context omitted.

How about file system drivers? If there is such a thing any more... fuse and friends...

There is a port of FUSE for macOS, and Apple also has a first party API for this called FSKit… https://developer.apple.com/documentation/fskit

I know there was a port of FUSE. But iirc it requires old style extensions. Has it changed?

Re: How to check if your Apple Silicon Mac is booting securely

#23
post #22
post #20

Earlier quoted context omitted.

There is a port of FUSE for macOS, and Apple also has a first party API for this called FSKit… https://developer.apple.com/documentation/fskit

I know there was a port of FUSE. But iirc it requires old style extensions. Has it changed?

Per the MacFUSE documentation…

> macFUSE 5.0 supports multiple APIs for mounting file systems.

> By default, macFUSE uses the VFS API to mount file systems. When specifying the mount-time option -o backend=fskit, macFUSE will use FSKit to mount the file system.

https://github.com/macfuse/macfuse/wiki/FUSE-Backends

Post reply on HN