Title: [270234] trunk/Source/WebKit
Revision
270234
Author
[email protected]
Date
2020-11-29 21:36:30 -0800 (Sun, 29 Nov 2020)

Log Message

Deny logs for benign fontservicesd daemon
https://bugs.webkit.org/show_bug.cgi?id=219180

Patch by Adam Mazander <[email protected]> on 2020-11-29
Reviewed by Per Arne Vollan.

After investigating denials of fontservicesd logs over several submissions
and without any fallout we are removing logging.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (270233 => 270234)


--- trunk/Source/WebKit/ChangeLog	2020-11-30 04:20:41 UTC (rev 270233)
+++ trunk/Source/WebKit/ChangeLog	2020-11-30 05:36:30 UTC (rev 270234)
@@ -1,3 +1,15 @@
+2020-11-29  Adam Mazander  <[email protected]>
+
+        Deny logs for benign fontservicesd daemon
+        https://bugs.webkit.org/show_bug.cgi?id=219180
+
+        Reviewed by Per Arne Vollan.
+
+        After investigating denials of fontservicesd logs over several submissions 
+        and without any fallout we are removing logging.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2020-11-28  Per Arne Vollan  <[email protected]>
 
         [macOS] Set application information in the Networking process on behalf of the WebContent process

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-11-30 04:20:41 UTC (rev 270233)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-11-30 05:36:30 UTC (rev 270234)
@@ -942,6 +942,9 @@
 
 (media-accessibility-support)
 
+(deny mach-lookup (with no-log)
+    (global-name "com.apple.fontservicesd"))
+
 (deny mach-lookup (with telemetry-backtrace)
     (global-name "com.apple.PowerManagement.control"))
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to