Title: [257969] trunk/Source/WebKit
Revision
257969
Author
bfulg...@apple.com
Date
2020-03-05 22:16:48 -0800 (Thu, 05 Mar 2020)

Log Message

[iOS] Remove reporting for some well-understood framebuffer routines
https://bugs.webkit.org/show_bug.cgi?id=208686
<rdar://problem/59181061>

Reviewed by Per Arne Vollan.

We have captured backlogs capturing the use of more framebuffer-related rules. We
should remove this reporting to reduce log spam.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (257968 => 257969)


--- trunk/Source/WebKit/ChangeLog	2020-03-06 05:59:35 UTC (rev 257968)
+++ trunk/Source/WebKit/ChangeLog	2020-03-06 06:16:48 UTC (rev 257969)
@@ -1,5 +1,19 @@
 2020-03-05  Brent Fulgham  <bfulg...@apple.com>
 
+        [iOS] Remove reporting for some well-understood framebuffer routines
+        https://bugs.webkit.org/show_bug.cgi?id=208686
+        <rdar://problem/59181061>
+
+        Reviewed by Per Arne Vollan.
+
+        We have captured backlogs capturing the use of more framebuffer-related rules. We
+        should remove this reporting to reduce log spam.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb:
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
+2020-03-05  Brent Fulgham  <bfulg...@apple.com>
+
         GPU Process sandbox errors
         https://bugs.webkit.org/show_bug.cgi?id=208688
         <rdar://problem/60085171>

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb (257968 => 257969)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb	2020-03-06 05:59:35 UTC (rev 257968)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb	2020-03-06 06:16:48 UTC (rev 257969)
@@ -831,6 +831,7 @@
     (iokit-property "device-colors") ;; <rdar://problem/51322072>
     (iokit-property "device-id")
     (iokit-property "device-perf-memory-class")
+    (iokit-property "dfr")
     (iokit-property "display-corner-radius") ;; <rdar://problem/50602737>
     (iokit-property "emu")
     (iokit-property "graphics-featureset-class") ;; <rdar://problem/49497720>

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-03-06 05:59:35 UTC (rev 257968)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-03-06 06:16:48 UTC (rev 257969)
@@ -86,7 +86,7 @@
     (allow user-preference-read user-preference-write (apply preference-domain domains)))
 
 (define-once (framebuffer-access)
-    (allow iokit-open (with report) (with telemetry)
+    (allow iokit-open
            (iokit-user-client-class "IOMobileFramebufferUserClient"))
 
     ; IOMobileFramebuffer
@@ -775,6 +775,7 @@
     (iokit-property "device-colors") ;; <rdar://problem/51322072>
     (iokit-property "device-id")
     (iokit-property "device-perf-memory-class")
+    (iokit-property "dfr")
     (iokit-property "display-corner-radius") ;; <rdar://problem/50602737>
     (iokit-property "emu")
     (iokit-property "graphics-featureset-class") ;; <rdar://problem/49497720>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to