Title: [286013] branches/safari-613.1.9-branch/Source/WebKit
Revision
286013
Author
[email protected]
Date
2021-11-18 10:37:05 -0800 (Thu, 18 Nov 2021)

Log 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

Modified Paths

Diff

Modified: branches/safari-613.1.9-branch/Source/WebKit/ChangeLog (286012 => 286013)


--- branches/safari-613.1.9-branch/Source/WebKit/ChangeLog	2021-11-18 18:27:28 UTC (rev 286012)
+++ branches/safari-613.1.9-branch/Source/WebKit/ChangeLog	2021-11-18 18:37:05 UTC (rev 286013)
@@ -1,3 +1,32 @@
+2021-11-18  Alan Coon  <[email protected]>
+
+        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
+
+    2021-11-17  Per Arne Vollan  <[email protected]>
+
+            [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:
+
 2021-11-17  Alan Coon  <[email protected]>
 
         Cherry-pick r285959. rdar://problem/85529891

Modified: branches/safari-613.1.9-branch/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in (286012 => 286013)


--- branches/safari-613.1.9-branch/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in	2021-11-18 18:27:28 UTC (rev 286012)
+++ branches/safari-613.1.9-branch/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in	2021-11-18 18:37:05 UTC (rev 286013)
@@ -637,6 +637,10 @@
 (allow mach-lookup
     (global-name "com.apple.powerlog.plxpclogger.xpc"))
 
+(with-filter (uid 0)
+    (allow mach-lookup
+        (global-name "com.apple.system.logger")))
+
 (with-filter (system-attribute apple-internal)
     (allow mach-lookup
         (global-name "com.apple.analyticsd")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to