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

Changeset 245835 in webkit


Ignore:
Timestamp:
May 28, 2019, 5:34:54 PM (7 years ago)
Author:
Brent Fulgham
Message:

Fix sandbox violation when using QuickLook on iOS
https://bugs.webkit.org/show_bug.cgi?id=198312
<rdar://problem/51134351>

Reviewed by Alexey Proskuryakov.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r245832 r245835  
     12019-05-28  Brent Fulgham  <bfulgham@apple.com>
     2
     3        Fix sandbox violation when using QuickLook on iOS
     4        https://bugs.webkit.org/show_bug.cgi?id=198312
     5        <rdar://problem/51134351>
     6
     7        Reviewed by Alexey Proskuryakov.
     8
     9        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
     10
    1112019-05-28  Tim Horton  <timothy_horton@apple.com>
    212
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r245599 r245835  
    611611        (syscall-number SYS_abort_with_payload) ;; <rdar://problem/50967271>
    612612        (syscall-number SYS_kqueue_workloop_ctl) ;; <rdar://problem/50999499>
     613        (syscall-number SYS_psynch_rw_rdlock) ;; <rdar://problem/51134351>
    613614    )
    614615)
Note: See TracChangeset for help on using the changeset viewer.