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

Changeset 285977 in webkit


Ignore:
Timestamp:
Nov 17, 2021, 8:04:13 PM (5 years ago)
Author:
pvollan@apple.com
Message:

[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:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r285976 r285977  
     12021-11-17  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [macOS][GPUP] Add access to logging service for root
     4        https://bugs.webkit.org/show_bug.cgi?id=233300
     5        <rdar://85529760>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        Access to logging service is required for root in the GPU process on macOS.
     10
     11        * GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:
     12
    1132021-11-17  Cameron McCormack  <heycam@apple.com>
    214
  • trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in

    r285959 r285977  
    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.