Title: [279772] trunk/Source/WebKit
Revision
279772
Author
commit-qu...@webkit.org
Date
2021-07-08 18:40:25 -0700 (Thu, 08 Jul 2021)

Log Message

WebContent: Silence report of AppSupport denial
https://bugs.webkit.org/show_bug.cgi?id=227375

Patch by Adam Mazander <mazan...@apple.com> on 2021-07-08
Reviewed by Brent Fulgham.

Manual testing confirms AppSupport does not need access to WebContent.          Simplified.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (279771 => 279772)


--- trunk/Source/WebKit/ChangeLog	2021-07-09 01:08:53 UTC (rev 279771)
+++ trunk/Source/WebKit/ChangeLog	2021-07-09 01:40:25 UTC (rev 279772)
@@ -1,3 +1,14 @@
+2021-07-08  Adam Mazander  <mazan...@apple.com>
+
+        WebContent: Silence report of AppSupport denial
+        https://bugs.webkit.org/show_bug.cgi?id=227375
+
+        Reviewed by Brent Fulgham.
+
+        Manual testing confirms AppSupport does not need access to WebContent.          Simplified. 
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
+
 2021-07-08  Wenson Hsieh  <wenson_hs...@apple.com>
 
         [watchOS] Tapping "Done" in Scribble when focusing an editable element should dismiss Quickboard

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in (279771 => 279772)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2021-07-09 01:08:53 UTC (rev 279771)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2021-07-09 01:40:25 UTC (rev 279772)
@@ -921,6 +921,7 @@
     (home-literal
         "/Library/Preferences/com.apple.WebKit.WebContent.plist"
         "/Library/Preferences/com.apple.CFNetwork.plist"
+        "/Library/Preferences/com.apple.AppSupport.plist"
     )
 )
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to