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

Changeset 245307 in webkit


Ignore:
Timestamp:
May 14, 2019, 2:07:48 PM (7 years ago)
Author:
Alan Coon
Message:

Cherry-pick r245252. rdar://problem/49795964

[iOS] Crash when trying to QuickLook
https://bugs.webkit.org/show_bug.cgi?id=197853
<rdar://problem/49795964>

Reviewed by Brent Fulgham.

This is caused by a syscall sandbox violation.

  • Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:

git-svn-id: https://svn.webkit.org/repository/webkit/trunk@245252 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Location:
branches/safari-608.1.24-branch/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-608.1.24-branch/Source/WebKit/ChangeLog

    r245305 r245307  
     12019-05-14  Alan Coon  <alancoon@apple.com>
     2
     3        Cherry-pick r245252. rdar://problem/49795964
     4
     5    [iOS] Crash when trying to QuickLook
     6    https://bugs.webkit.org/show_bug.cgi?id=197853
     7    <rdar://problem/49795964>
     8   
     9    Reviewed by Brent Fulgham.
     10   
     11    This is caused by a syscall sandbox violation.
     12   
     13    * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
     14   
     15   
     16    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@245252 268f45cc-cd09-0410-ab3c-d52691b4dbfc
     17
     18    2019-05-13  Per Arne Vollan  <pvollan@apple.com>
     19
     20            [iOS] Crash when trying to QuickLook
     21            https://bugs.webkit.org/show_bug.cgi?id=197853
     22            <rdar://problem/49795964>
     23
     24            Reviewed by Brent Fulgham.
     25
     26            This is caused by a syscall sandbox violation.
     27
     28            * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
     29
    1302019-05-14  Alan Coon  <alancoon@apple.com>
    231
  • branches/safari-608.1.24-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r245305 r245307  
    609609        (syscall-number SYS_kdebug_trace_string) ;; Needed for performance sampling, see <rdar://problem/48829655>.
    610610        (syscall-number SYS_fgetattrlist) ;; <rdar://problem/50266257>
     611        (syscall-number SYS_fsetxattr) ;; <rdar://problem/49795964>
    611612    )
    612613)
Note: See TracChangeset for help on using the changeset viewer.