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

Changeset 285959 in webkit


Ignore:
Timestamp:
Nov 17, 2021, 3:12:54 PM (5 years ago)
Author:
pvollan@apple.com
Message:

[macOS] Add message filter guard in the GPU process' sandbox
https://bugs.webkit.org/show_bug.cgi?id=233282
<rdar://85514428>

Reviewed by Brent Fulgham.

Add message filter guard in the GPU process' sandbox.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r285953 r285959  
     12021-11-17  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [macOS] Add message filter guard in the GPU process' sandbox
     4        https://bugs.webkit.org/show_bug.cgi?id=233282
     5        <rdar://85514428>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        Add message filter guard in the GPU process' sandbox.
     10
     11        * GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:
     12
    1132021-11-17  Tim Horton  <timothy_horton@apple.com>
    214
  • trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in

    r285869 r285959  
    857857)
    858858
     859#if HAVE(SANDBOX_MESSAGE_FILTERING)
    859860(when (and (equal? (param "ENABLE_SANDBOX_MESSAGE_FILTER") "YES") (defined? 'mach-kernel-endpoint))
    860861    (allow mach-kernel-endpoint
     
    891892        MSC_syscall_thread_switch
    892893        MSC_thread_get_special_reply_port)))
     894#endif // HAVE(SANDBOX_MESSAGE_FILTERING)
    893895
    894896(when (defined? 'syscall-unix)
Note: See TracChangeset for help on using the changeset viewer.