Changeset 286013 in webkit
- Timestamp:
- Nov 18, 2021, 10:37:05 AM (5 years ago)
- Location:
- branches/safari-613.1.9-branch/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-613.1.9-branch/Source/WebKit/ChangeLog
r285970 r286013 1 2021-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 1 30 2021-11-17 Alan Coon <alancoon@apple.com> 2 31 -
branches/safari-613.1.9-branch/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in
r285970 r286013 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.