Questions tagged [macos-system-extension]

System Extension bundles were introduced with macOS 10.15 as eventual replacements for kernel extensions.

System Extension bundles were introduced with macOS 10.15 as eventual replacements for kernel extensions.

66 questions
0
votes
0 answers

How to set environment variables for system extension

I knew the LSEnvironment is for defining environment variables to be set before launching the App. LSEnvironment PATH ... How about system extension? How can I set some environment variables…
0
votes
0 answers

Using built-in dext driver with new VID/PID?

Apple developer documentation says: If your hardware communicates entirely using standards-based protocols, you can ship a driver that matches your hardware to one of the built-in system drivers. Is this possible to do if macOS itself has the…
khuttun
  • 683
  • 1
  • 4
  • 14
0
votes
1 answer

IPC with System Extension on macOS

I need to comunicate data / message between a System Extension and application (this is not the container app for System Extension ). which IPC mechanism is recommended ? is socket communication good for the same ?
Baab
  • 179
  • 6
0
votes
1 answer

unable to resolve product type 'com.apple.product-type.system-extension' for platform macosx (in target SimpleFirewallExtension))

I Am trying to build and run FirewallExtension sample app from https://developer.apple.com/documentation/networkextension/filtering_network_traffic on catalina beta version, but getting error unable to resolve product type…
user1174114
  • 178
  • 1
  • 19
-1
votes
1 answer

Intercepting filesystem calls of other processes on MacOS Ventura

There are various ways to monitor filesystem access on MacOS Ventura, like fs_events or the new Endpoint Security System Extension framework. Is there a way to intercept and potentially prevent a filesystem call of another process? Similarly to how…
-1
votes
1 answer

Codesign does not set correct entitlements

My project consists of main application, an endpoint security extension and a findersync extension. When I try to build it in release mode, the findersync extension is getting built with entitlements of the main app and not one of its own. I am not…
1 2 3 4
5