;; ;; AudioVideoBridging framework - App Sandbox framework snippet ;; Copyright (c) 2013-2014 Apple Inc. All Rights reserved. ;; ;; WARNING: The sandbox rules in this file currently constitute ;; Apple System Private Interface and are subject to change at any time and ;; without notice. The contents of this file are also auto-generated and not ;; user editable; it may be overwritten at any time. ;; (version 1) (if (entitlement "com.apple.security.device.audio-video-bridging") (begin (allow iokit-open (iokit-user-client-class "IOAVBNubUserClient") (iokit-user-client-class "IOAVB1722ApplicationControlServiceUserClient") (iokit-user-client-class "IOAVB17221ACMPServiceUserClient") (iokit-user-client-class "IOAVB17221AECPServiceUserClient") (iokit-user-client-class "IOAVB17221EntityDiscoveryUserClient") (iokit-user-client-class "IOTimeSyncClockManagerUserClient"))))