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

Changeset 242987 in webkit


Ignore:
Timestamp:
Mar 14, 2019, 8:17:10 PM (7 years ago)
Author:
pvollan@apple.com
Message:

[iOS] WebKit crashes when opening pages documents
https://bugs.webkit.org/show_bug.cgi?id=195784
<rdar://problem/48904334>

Reviewed by Brent Fulgham.

The sandbox needs to allow additional syscalls.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r242979 r242987  
     12019-03-14  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [iOS] WebKit crashes when opening pages documents
     4        https://bugs.webkit.org/show_bug.cgi?id=195784
     5        <rdar://problem/48904334>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        The sandbox needs to allow additional syscalls.
     10
     11        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
     12
    1132019-03-14  Simon Fraser  <simon.fraser@apple.com>
    214
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r242807 r242987  
    695695        (syscall-number SYS_persona)
    696696        (syscall-number SYS_work_interval_ctl)
     697        (syscall-number SYS_open_dprotected_np)
     698        (syscall-number SYS_pread_nocancel)
     699        (syscall-number SYS___semwait_signal_nocancel)
    697700    )
    698701)
Note: See TracChangeset for help on using the changeset viewer.