Changeset 291168 in webkit


Ignore:
Timestamp:
Mar 11, 2022 8:05:37 AM (2 years ago)
Author:
pvollan@apple.com
Message:

[macOS][WP] Add required sys call to sandbox
https://bugs.webkit.org/show_bug.cgi?id=237739

Reviewed by Chris Dumez.

Add a rarely used, but required syscall, to the WebContent process sandbox on macOS.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r291167 r291168  
     12022-03-11  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [macOS][WP] Add required sys call to sandbox
     4        https://bugs.webkit.org/show_bug.cgi?id=237739
     5
     6        Reviewed by Chris Dumez.
     7
     8        Add a rarely used, but required syscall, to the WebContent process sandbox on macOS.
     9
     10        * WebProcess/com.apple.WebProcess.sb.in:
     11
    1122022-03-11  Youenn Fablet  <youenn@apple.com>
    213
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r290316 r291168  
    20012001        SYS_openat_nocancel
    20022002        SYS_proc_rlimit_control
     2003        SYS_psynch_rw_rdlock
    20032004#if !PLATFORM(MAC) || __MAC_OS_X_VERSION_MIN_REQUIRED < 120000
    20042005        SYS_rmdir
     
    20162017        SYS_mkdirat
    20172018        SYS_open_dprotected_np
    2018         SYS_psynch_rw_rdlock
    20192019        SYS_setrlimit
    20202020        SYS_ulock_wait2
Note: See TracChangeset for help on using the changeset viewer.