<!--
{
  "availability" : [
    "macOS: 10.15.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BundleResources",
  "identifier" : "/documentation/BundleResources/Entitlements/com.apple.developer.driverkit.allow-any-userclient-access",
  "metadataVersion" : "0.1.0",
  "role" : "Property List Key",
  "symbol" : {
    "kind" : "Property List Key",
    "modules" : [
      "Bundle Resources"
    ],
    "preciseIdentifier" : "entitlements:Entitlements.com.apple.developer.driverkit.allow-any-userclient-access"
  },
  "title" : "com.apple.developer.driverkit.allow-any-userclient-access"
}
-->

# 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 <doc://com.apple.documentation/documentation/DriverKit/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`](/documentation/BundleResources/Entitlements/com.apple.developer.driverkit.userclient-access) requires.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)