Changeset 285977 in webkit
- Timestamp:
- Nov 17, 2021, 8:04:13 PM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r285976 r285977 1 2021-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 1 13 2021-11-17 Cameron McCormack <heycam@apple.com> 2 14 -
trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in
r285959 r285977 638 638 (global-name "com.apple.powerlog.plxpclogger.xpc")) 639 639 640 (with-filter (uid 0) 641 (allow mach-lookup 642 (global-name "com.apple.system.logger"))) 643 640 644 (with-filter (system-attribute apple-internal) 641 645 (allow mach-lookup
Note:
See TracChangeset
for help on using the changeset viewer.