|
|
|
|
|
by mdaniel
1388 days ago
|
|
linky: https://developer.apple.com/documentation/driverkit > The drivers you build with DriverKit run in user space, rather than as kernel extensions, which improves system stability and security. You create your driver as an app extension and deliver it inside your existing app. makes it seem like every consumer who wants to use something FUSE-y would have to ship their own impl, right? and I shudder to think of the heartache required with signing or whatever Apple gatekeeping is going on nowadays |
|