Title: [214983] trunk/Source/WebKit2
Revision
214983
Author
[email protected]
Date
2017-04-05 18:11:28 -0700 (Wed, 05 Apr 2017)

Log Message

[WK2][iOS] Remove access to features not present on iOS
https://bugs.webkit.org/show_bug.cgi?id=170531
<rdar://problem/31352258>

Reviewed by Alexey Proskuryakov.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (214982 => 214983)


--- trunk/Source/WebKit2/ChangeLog	2017-04-06 00:55:14 UTC (rev 214982)
+++ trunk/Source/WebKit2/ChangeLog	2017-04-06 01:11:28 UTC (rev 214983)
@@ -1,3 +1,13 @@
+2017-04-05  Brent Fulgham  <[email protected]>
+
+        [WK2][iOS] Remove access to features not present on iOS 
+        https://bugs.webkit.org/show_bug.cgi?id=170531
+        <rdar://problem/31352258>
+
+        Reviewed by Alexey Proskuryakov.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2017-04-05  Eric Carlson  <[email protected]>
 
         [MediaStream] Host application should be able to mute and unmute media streams

Modified: trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (214982 => 214983)


--- trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2017-04-06 00:55:14 UTC (rev 214982)
+++ trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2017-04-06 01:11:28 UTC (rev 214983)
@@ -120,18 +120,6 @@
         (preference-domain "com.apple.coremedia"))
     (allow file-read* (subpath "/Library/CoreMediaIO/Plug-Ins/DAL"))
     (allow mach-lookup (extension "com.apple.app-sandbox.mach"))
-    (allow mach-lookup
-        (global-name "com.apple.cmio.AppleCameraAssistant")
-        ;; Apple DAL assistants
-        (global-name "com.apple.cmio.VDCAssistant")
-        (global-name "com.apple.cmio.AVCAssistant")
-        (global-name "com.apple.cmio.IIDCVideoAssistant")
-        ;; QuickTimeIIDCDigitizer assistant
-        (global-name "com.apple.IIDCAssistant"))
-    (allow iokit-open
-        ;; QuickTimeUSBVDCDigitizer
-        (iokit-user-client-class "IOUSBDeviceUserClientV2")
-        (iokit-user-client-class "IOUSBInterfaceUserClientV2"))
     (allow device-camera))
 
 ;; Support incoming video connections
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to