Contents

com.apple.developer.driverkit.allow-any-userclient-access

A Boolean value that determines whether a macOS driver accepts user client connections from any application.

Discussion

Add this entitlement to your dext that contains an IOUserClient implementation. This entitlement allows any application to connect to the dext without having to specify bundle IDs, as com.apple.developer.driverkit.userclient-access requires.

See Also

User client entitlements