Changeset 245252 in webkit


Ignore:
Timestamp:
May 13, 2019 2:48:09 PM (5 years ago)
Author:
pvollan@apple.com
Message:

[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:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r245246 r245252  
     12019-05-13  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [iOS] Crash when trying to QuickLook
     4        https://bugs.webkit.org/show_bug.cgi?id=197853
     5        <rdar://problem/49795964>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        This is caused by a syscall sandbox violation.
     10
     11        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
     12
    1132019-05-13  Brent Fulgham  <bfulgham@apple.com>
    214
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r245237 r245252  
    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.