Title: [259679] trunk/Source/WebKit
Revision
259679
Author
commit-qu...@webkit.org
Date
2020-04-07 15:50:50 -0700 (Tue, 07 Apr 2020)

Log Message

[ macOS ] Update sandbox rules for storage
https://bugs.webkit.org/show_bug.cgi?id=210120
<rdar://problem/60972224>

Patch by Sihui Liu <sihui_...@hotmail.com> on 2020-04-07
Reviewed by Geoffrey Garen.

This direcotry is used for cookie storage.

* NetworkProcess/mac/com.apple.WebKit.NetworkProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (259678 => 259679)


--- trunk/Source/WebKit/ChangeLog	2020-04-07 22:41:24 UTC (rev 259678)
+++ trunk/Source/WebKit/ChangeLog	2020-04-07 22:50:50 UTC (rev 259679)
@@ -1,3 +1,15 @@
+2020-04-07  Sihui Liu  <sihui_...@hotmail.com>
+
+        [ macOS ] Update sandbox rules for storage
+        https://bugs.webkit.org/show_bug.cgi?id=210120
+        <rdar://problem/60972224>
+
+        Reviewed by Geoffrey Garen.
+
+        This direcotry is used for cookie storage.
+
+        * NetworkProcess/mac/com.apple.WebKit.NetworkProcess.sb.in:
+
 2020-04-07  Ryan Haddad  <ryanhad...@apple.com>
 
         Unreviewed, reverting r259655.

Modified: trunk/Source/WebKit/NetworkProcess/mac/com.apple.WebKit.NetworkProcess.sb.in (259678 => 259679)


--- trunk/Source/WebKit/NetworkProcess/mac/com.apple.WebKit.NetworkProcess.sb.in	2020-04-07 22:41:24 UTC (rev 259678)
+++ trunk/Source/WebKit/NetworkProcess/mac/com.apple.WebKit.NetworkProcess.sb.in	2020-04-07 22:50:50 UTC (rev 259679)
@@ -446,3 +446,6 @@
 ;; Needed for TCC.
 (allow mach-lookup
     (global-name "com.apple.tccd"))
+
+(allow file-read* file-write*
+    (home-subpath "/Library/HTTPStorages"))
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to