⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 252432 in webkit


Ignore:
Timestamp:
Nov 13, 2019, 2:47:24 PM (7 years ago)
Author:
pvollan@apple.com
Message:

[iOS] Cannot open camera from websites
https://bugs.webkit.org/show_bug.cgi?id=204168
<rdar://problem/57138788>

Reviewed by Jer Noble.

The sandbox is blocking a required service.

  • Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r252431 r252432  
     12019-11-13  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [iOS] Cannot open camera from websites
     4        https://bugs.webkit.org/show_bug.cgi?id=204168
     5        <rdar://problem/57138788>
     6
     7        Reviewed by Jer Noble.
     8
     9        The sandbox is blocking a required service.
     10
     11        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
     12
    1132019-11-13  Benjamin Nham  <nham@apple.com>
    214
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r252333 r252432  
    627627    (global-name "com.apple.aggregated")
    628628    (global-name "com.apple.cfprefsd.daemon"))
     629
     630(allow mach-lookup
     631    (global-name "com.apple.tccd"))
    629632
    630633(allow ipc-posix-shm-read*
Note: See TracChangeset for help on using the changeset viewer.