Title: [227349] trunk/Source/WebKit
Revision
227349
Author
bfulg...@apple.com
Date
2018-01-22 13:01:12 -0800 (Mon, 22 Jan 2018)

Log Message

[iOS] REGRESSION (r225763): Allow access to power logging features
https://bugs.webkit.org/show_bug.cgi?id=181938
<rdar://problem/36442803>

Reviewed by Eric Carlson.

I denied access to the powerlog facility in r225763, not realizing that it
gets activated in certain logging scenarios. This patch reverts this change.

* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (227348 => 227349)


--- trunk/Source/WebKit/ChangeLog	2018-01-22 20:22:43 UTC (rev 227348)
+++ trunk/Source/WebKit/ChangeLog	2018-01-22 21:01:12 UTC (rev 227349)
@@ -1,5 +1,18 @@
 2018-01-22  Brent Fulgham  <bfulg...@apple.com>
 
+        [iOS] REGRESSION (r225763): Allow access to power logging features
+        https://bugs.webkit.org/show_bug.cgi?id=181938
+        <rdar://problem/36442803>
+
+        Reviewed by Eric Carlson.
+
+        I denied access to the powerlog facility in r225763, not realizing that it
+        gets activated in certain logging scenarios. This patch reverts this change.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
+2018-01-22  Brent Fulgham  <bfulg...@apple.com>
+
         [macOS, iOS] Allow accss to AVFoundation preference
         https://bugs.webkit.org/show_bug.cgi?id=181937
         <rdar://problem/33137029>

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (227348 => 227349)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2018-01-22 20:22:43 UTC (rev 227348)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2018-01-22 21:01:12 UTC (rev 227349)
@@ -128,6 +128,10 @@
 ;; <rdar://problem/31252371>
 (allow mach-lookup (xpc-service-name-regex #"\.viewservice$"))
 
+;; Power logging
+(allow mach-lookup
+    (global-name "com.apple.powerlog.plxpclogger.xpc")) ;;  <rdar://problem/36442803>
+
 (mobile-preferences-read
     "com.apple.EmojiPreferences"
     ; <rdar://problem/8477596> com.apple.InputModePreferences
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to