Title: [231246] trunk/Source/WebKit
Revision
231246
Author
[email protected]
Date
2018-05-02 11:35:01 -0700 (Wed, 02 May 2018)

Log Message

Disable Media capture rules in sandbox for simulator.
https://bugs.webkit.org/show_bug.cgi?id=185206
<rdar://problem/39910015>

Reviewed by Eric Carlson.

These rules are not relevant in this case.

* WebProcess/com.apple.WebProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (231245 => 231246)


--- trunk/Source/WebKit/ChangeLog	2018-05-02 18:18:10 UTC (rev 231245)
+++ trunk/Source/WebKit/ChangeLog	2018-05-02 18:35:01 UTC (rev 231246)
@@ -1,3 +1,15 @@
+2018-05-02  Per Arne Vollan  <[email protected]>
+
+        Disable Media capture rules in sandbox for simulator.
+        https://bugs.webkit.org/show_bug.cgi?id=185206
+        <rdar://problem/39910015>
+
+        Reviewed by Eric Carlson.
+
+        These rules are not relevant in this case.
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2018-05-02  Eric Carlson  <[email protected]>
 
         [iOS] Provide audio route information when invoking AirPlay picker

Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (231245 => 231246)


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-05-02 18:18:10 UTC (rev 231245)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2018-05-02 18:35:01 UTC (rev 231246)
@@ -711,6 +711,7 @@
 ;; Data Detectors
 (allow file-read* (subpath "/private/var/db/datadetectors/sys"))
 
+#if PLATFORM(MAC)
 ;; Media capture, utilities
 (if (not (defined? 'sbpl-filter?))
   (define (sbpl-filter? x)
@@ -791,3 +792,4 @@
         (iokit-user-client-class "IOUSBDeviceUserClientV2")
         (iokit-user-client-class "IOUSBInterfaceUserClientV2"))
     (allow device-camera))
+#endif // PLATFORM(MAC)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to