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

Changeset 244779 in webkit


Ignore:
Timestamp:
Apr 30, 2019, 9:40:08 AM (7 years ago)
Author:
pvollan@apple.com
Message:

[iOS] Fix crash caused by sandbox violation
https://bugs.webkit.org/show_bug.cgi?id=197416
<rdar://problem/50266257>

Reviewed by Brent Fulgham.

Add syscall to the iOS sandbox.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r244775 r244779  
     12019-04-30  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [iOS] Fix crash caused by sandbox violation
     4        https://bugs.webkit.org/show_bug.cgi?id=197416
     5        <rdar://problem/50266257>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        Add syscall to the iOS sandbox.
     10
     11        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
     12
    1132019-04-30  Zalan Bujtas  <zalan@apple.com>
    214
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r244159 r244779  
    606606        (syscall-number SYS___semwait_signal_nocancel)
    607607        (syscall-number SYS_kdebug_trace_string) ;; Needed for performance sampling, see <rdar://problem/48829655>.
     608        (syscall-number SYS_fgetattrlist) ;; <rdar://problem/50266257>
    608609    )
    609610)
Note: See TracChangeset for help on using the changeset viewer.