Skip to content
Permalink
Browse files
Allow access to power log service in internal builds
https://bugs.webkit.org/show_bug.cgi?id=241688
<rdar://82442196>

Reviewed by Geoffrey Garen.

Allow access to power log service in the GPU process in internal builds.

* Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:

Canonical link: https://commits.webkit.org/251710@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@295705 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
pvollan committed Jun 22, 2022
1 parent 0b46104 commit ec2deb8
Showing 1 changed file with 4 additions and 0 deletions.
@@ -661,6 +661,10 @@
(extension "com.apple.webkit.extension.mach")
(global-name "com.apple.powerlog.plxpclogger.xpc")))

(with-filter (system-attribute apple-internal)
(allow mach-lookup
(global-name "com.apple.powerlog.plxpclogger.xpc")))

(with-filter (uid 0)
(allow mach-lookup
(global-name "com.apple.system.logger")))

0 comments on commit ec2deb8

Please sign in to comment.