Title: [221570] trunk/Source/WebKit
Revision
221570
Author
[email protected]
Date
2017-09-03 22:58:15 -0700 (Sun, 03 Sep 2017)

Log Message

[WK2][iOS] Remove unnecessary IOHIDEventServiceFastPathUserClient access
https://bugs.webkit.org/show_bug.cgi?id=175947
<rdar://problem/33353627>

Reviewed by Darin Adler.

* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (221569 => 221570)


--- trunk/Source/WebKit/ChangeLog	2017-09-04 04:08:46 UTC (rev 221569)
+++ trunk/Source/WebKit/ChangeLog	2017-09-04 05:58:15 UTC (rev 221570)
@@ -1,3 +1,13 @@
+2017-09-03  Brent Fulgham  <[email protected]>
+
+        [WK2][iOS] Remove unnecessary IOHIDEventServiceFastPathUserClient access
+        https://bugs.webkit.org/show_bug.cgi?id=175947
+        <rdar://problem/33353627>
+
+        Reviewed by Darin Adler.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2017-09-03  Dan Bernstein  <[email protected]>
 
         WKContentViewInteraction.mm includes redundant declaration of UIPreviewItemController's presentationSecondaryGestureRecognizer

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (221569 => 221570)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2017-09-04 04:08:46 UTC (rev 221569)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2017-09-04 05:58:15 UTC (rev 221570)
@@ -111,9 +111,6 @@
 (allow mach-lookup
     (global-name "com.apple.coremedia.customurlloader.xpc"))
 
-(allow iokit-open
-    (iokit-user-client-class "IOHIDEventServiceFastPathUserClient")) ; <rdar://problem/28893177>
-
 ;; Media capture, microphone access
 (with-filter (extension "com.apple.webkit.microphone")
     (allow device-microphone))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to