Changeset 291297 in webkit


Ignore:
Timestamp:
Mar 15, 2022 9:52:02 AM (2 years ago)
Author:
pvollan@apple.com
Message:

[macOS][WP] Add required syscall
https://bugs.webkit.org/show_bug.cgi?id=237846
<rdar://90249455>

Reviewed by Brent Fulgham.

Add 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

    r291296 r291297  
     12022-03-15  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [macOS][WP] Add required syscall
     4        https://bugs.webkit.org/show_bug.cgi?id=237846
     5        <rdar://90249455>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        Add required syscall to the WebContent process' sandbox on macOS.
     10
     11        * WebProcess/com.apple.WebProcess.sb.in:
     12
    1132022-03-15  Jer Noble  <jer.noble@apple.com>
    214
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r291190 r291297  
    20102010        SYS_rmdir
    20112011#endif
     2012        ;; FIXME: SYS_setsockopt can be removed when contentfiltering has moved to the Network process
     2013        SYS_setsockopt ;; <rdar://90249455>
    20122014        SYS_shm_open
    20132015        SYS_sigaction
Note: See TracChangeset for help on using the changeset viewer.