Title: [243018] trunk/Source/WebKit
Revision
243018
Author
[email protected]
Date
2019-03-15 15:27:10 -0700 (Fri, 15 Mar 2019)

Log Message

[iOS] Restrict iokit-user-client-class "IOHIDLibUserClient" from WebKit
https://bugs.webkit.org/show_bug.cgi?id=195821
<rdar://problem/47606250>

Reviewed by Brent Fulgham.

This should be removed from the WebContent sandbox on iOS.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (243017 => 243018)


--- trunk/Source/WebKit/ChangeLog	2019-03-15 22:18:41 UTC (rev 243017)
+++ trunk/Source/WebKit/ChangeLog	2019-03-15 22:27:10 UTC (rev 243018)
@@ -1,3 +1,15 @@
+2019-03-15  Per Arne Vollan  <[email protected]>
+
+        [iOS] Restrict iokit-user-client-class "IOHIDLibUserClient" from WebKit
+        https://bugs.webkit.org/show_bug.cgi?id=195821
+        <rdar://problem/47606250>
+
+        Reviewed by Brent Fulgham.
+
+        This should be removed from the WebContent sandbox on iOS.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2019-03-15  Alex Christensen  <[email protected]>
 
         _WKDownload should conform to NSCopying protocol

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-03-15 22:18:41 UTC (rev 243017)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-03-15 22:27:10 UTC (rev 243018)
@@ -276,10 +276,6 @@
     ;; Requires by UIView -> UITextMagnifierRenderer -> UIWindow
     (iokit-user-client-class "IOSurfaceRootUserClient"))
 
-;; <rdar://problem/12675621>
-(allow iokit-open
-    (iokit-user-client-class "IOHIDLibUserClient"))
-
 (framebuffer-access)
 
 ;; <rdar://problem/7822790>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to