Changeset 252581 in webkit
- Timestamp:
- Nov 18, 2019, 1:57:41 PM (6 years ago)
- Location:
- tags/Safari-609.1.10.2/Source/WebKit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/Safari-609.1.10.2/Source/WebKit/ChangeLog
r252576 r252581 1 2019-11-18 Alan Coon <alancoon@apple.com> 2 3 Cherry-pick r252432. rdar://problem/57138788 4 5 [iOS] Cannot open camera from websites 6 https://bugs.webkit.org/show_bug.cgi?id=204168 7 <rdar://problem/57138788> 8 9 Reviewed by Jer Noble. 10 11 The sandbox is blocking a required service. 12 13 * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb: 14 15 16 git-svn-id: https://svn.webkit.org/repository/webkit/trunk@252432 268f45cc-cd09-0410-ab3c-d52691b4dbfc 17 18 2019-11-13 Per Arne Vollan <pvollan@apple.com> 19 20 [iOS] Cannot open camera from websites 21 https://bugs.webkit.org/show_bug.cgi?id=204168 22 <rdar://problem/57138788> 23 24 Reviewed by Jer Noble. 25 26 The sandbox is blocking a required service. 27 28 * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb: 29 1 30 2019-11-18 Alan Coon <alancoon@apple.com> 2 31 -
tags/Safari-609.1.10.2/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb
r251935 r252581 618 618 (global-name "com.apple.aggregated") 619 619 (global-name "com.apple.cfprefsd.daemon")) 620 621 (allow mach-lookup 622 (global-name "com.apple.tccd")) 620 623 621 624 (allow ipc-posix-shm-read*
Note:
See TracChangeset
for help on using the changeset viewer.