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

Changeset 285970 in webkit


Ignore:
Timestamp:
Nov 17, 2021, 6:29:46 PM (5 years ago)
Author:
Alan Coon
Message:

Cherry-pick r285959. rdar://problem/85529891

[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:

git-svn-id: https://svn.webkit.org/repository/webkit/trunk@285959 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Location:
branches/safari-613.1.9-branch/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-613.1.9-branch/Source/WebKit/ChangeLog

    r285969 r285970  
     12021-11-17  Alan Coon  <alancoon@apple.com>
     2
     3        Cherry-pick r285959. rdar://problem/85529891
     4
     5    [macOS] Add message filter guard in the GPU process' sandbox
     6    https://bugs.webkit.org/show_bug.cgi?id=233282
     7    <rdar://85514428>
     8   
     9    Reviewed by Brent Fulgham.
     10   
     11    Add message filter guard in the GPU process' sandbox.
     12   
     13    * GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:
     14   
     15   
     16    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@285959 268f45cc-cd09-0410-ab3c-d52691b4dbfc
     17
     18    2021-11-17  Per Arne Vollan  <pvollan@apple.com>
     19
     20            [macOS] Add message filter guard in the GPU process' sandbox
     21            https://bugs.webkit.org/show_bug.cgi?id=233282
     22            <rdar://85514428>
     23
     24            Reviewed by Brent Fulgham.
     25
     26            Add message filter guard in the GPU process' sandbox.
     27
     28            * GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:
     29
    1302021-11-17  Alan Coon  <alancoon@apple.com>
    231
  • branches/safari-613.1.9-branch/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in

    r285969 r285970  
    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.