+2016-05-19 Brent Fulgham <bfulgham@apple.com>
+
+ [OS X][WK2] Expand sandbox for new mach endpoints
+ https://bugs.webkit.org/show_bug.cgi?id=157919
+ <rdar://problem/25238336>
+
+ Reviewed by Alexey Proskuryakov.
+
+ Grant the WebContent and Networking processes the mach lookup capability for
+ various Security-related mach endpoints..
+
+ * Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
+ * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
2016-05-19 Brian Burg <bburg@apple.com>
Web Inspector: CRASH when closing a page while element selection mode is enabled via Develop menu
(allow mach-lookup
(global-name "com.apple.ocspd")
(global-name "com.apple.securityd")
+ (global-name "com.apple.securityd.xpc")
+ (global-name "com.apple.ctkd.token-client")
+ (global-name "com.apple.CoreAuthentication.agent.libxpc")
(global-name "com.apple.accountsd.accountmanager"))
(deny file-write-create
;; Various services required by CFNetwork and other frameworks
(allow mach-lookup
(global-name "com.apple.PowerManagement.control")
+ (global-name "com.apple.securityd.xpc")
+ (global-name "com.apple.ctkd.token-client")
+ (global-name "com.apple.CoreAuthentication.agent.libxpc")
(global-name "com.apple.accountsd.accountmanager")
(global-name "com.apple.coremedia.audiodeviceclock"))