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

Changeset 286013 in webkit


Ignore:
Timestamp:
Nov 18, 2021, 10:37:05 AM (5 years ago)
Author:
Russell Epstein
Message:

Cherry-pick r285977. rdar://problem/85529760

[macOS][GPUP] Add access to logging service for root
https://bugs.webkit.org/show_bug.cgi?id=233300
<rdar://85529760>

Reviewed by Brent Fulgham.

Access to logging service is required for root in the GPU process on macOS.

  • GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:

git-svn-id: https://svn.webkit.org/repository/webkit/trunk@285977 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

    r285970 r286013  
     12021-11-18  Alan Coon  <alancoon@apple.com>
     2
     3        Cherry-pick r285977. rdar://problem/85529760
     4
     5    [macOS][GPUP] Add access to logging service for root
     6    https://bugs.webkit.org/show_bug.cgi?id=233300
     7    <rdar://85529760>
     8   
     9    Reviewed by Brent Fulgham.
     10   
     11    Access to logging service is required for root in the GPU process on macOS.
     12   
     13    * GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:
     14   
     15   
     16    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@285977 268f45cc-cd09-0410-ab3c-d52691b4dbfc
     17
     18    2021-11-17  Per Arne Vollan  <pvollan@apple.com>
     19
     20            [macOS][GPUP] Add access to logging service for root
     21            https://bugs.webkit.org/show_bug.cgi?id=233300
     22            <rdar://85529760>
     23
     24            Reviewed by Brent Fulgham.
     25
     26            Access to logging service is required for root in the GPU process on macOS.
     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

    r285970 r286013  
    638638    (global-name "com.apple.powerlog.plxpclogger.xpc"))
    639639
     640(with-filter (uid 0)
     641    (allow mach-lookup
     642        (global-name "com.apple.system.logger")))
     643
    640644(with-filter (system-attribute apple-internal)
    641645    (allow mach-lookup
Note: See TracChangeset for help on using the changeset viewer.