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

Changeset 259758 in webkit


Ignore:
Timestamp:
Apr 8, 2020, 2:50:26 PM (6 years ago)
Author:
pvollan@apple.com
Message:

Allow use of syscall from the WebContent sandbox
https://bugs.webkit.org/show_bug.cgi?id=209920

Reviewed by Geoffrey Garen.

Add syscall to the WebContent sandbox on macOS.

  • WebProcess/com.apple.WebProcess.sb.in:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r259753 r259758  
     12020-04-08  Per Arne Vollan  <pvollan@apple.com>
     2
     3        Allow use of syscall from the WebContent sandbox
     4        https://bugs.webkit.org/show_bug.cgi?id=209920
     5
     6        Reviewed by Geoffrey Garen.
     7
     8        Add syscall to the WebContent sandbox on macOS.
     9
     10        * WebProcess/com.apple.WebProcess.sb.in:
     11
    1122020-04-08  Per Arne Vollan  <pvollan@apple.com>
    213
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r259753 r259758  
    10851085#endif
    10861086        (syscall-number SYS_fstat64_extended) ;; <rdar://problem/61310019>
     1087        (syscall-number SYS_ulock_wait2) ;; <rdar://problem/58743778>
    10871088    )
    10881089)
Note: See TracChangeset for help on using the changeset viewer.