Changeset 231246 in webkit


Ignore:
Timestamp:
May 2, 2018 11:35:01 AM (6 years ago)
Author:
pvollan@apple.com
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:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r231242 r231246  
     12018-05-02  Per Arne Vollan  <pvollan@apple.com>
     2
     3        Disable Media capture rules in sandbox for simulator.
     4        https://bugs.webkit.org/show_bug.cgi?id=185206
     5        <rdar://problem/39910015>
     6
     7        Reviewed by Eric Carlson.
     8
     9        These rules are not relevant in this case.
     10
     11        * WebProcess/com.apple.WebProcess.sb.in:
     12
    1132018-05-02  Eric Carlson  <eric.carlson@apple.com>
    214
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r231135 r231246  
    712712(allow file-read* (subpath "/private/var/db/datadetectors/sys"))
    713713
     714#if PLATFORM(MAC)
    714715;; Media capture, utilities
    715716(if (not (defined? 'sbpl-filter?))
     
    792793        (iokit-user-client-class "IOUSBInterfaceUserClientV2"))
    793794    (allow device-camera))
     795#endif // PLATFORM(MAC)
Note: See TracChangeset for help on using the changeset viewer.