Title: [290609] trunk/Source/WebKit
Revision
290609
Author
[email protected]
Date
2022-02-28 11:57:39 -0800 (Mon, 28 Feb 2022)

Log Message

Fix typo in adattributiond sandbox
https://bugs.webkit.org/show_bug.cgi?id=237279

Patch by Alex Christensen <[email protected]> on 2022-02-28
Reviewed by Chris Dumez.

After this change, it matches the value in com.apple.webkit.adattributiond.plist

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (290608 => 290609)


--- trunk/Source/WebKit/ChangeLog	2022-02-28 19:18:50 UTC (rev 290608)
+++ trunk/Source/WebKit/ChangeLog	2022-02-28 19:57:39 UTC (rev 290609)
@@ -1,3 +1,14 @@
+2022-02-28  Alex Christensen  <[email protected]>
+
+        Fix typo in adattributiond sandbox
+        https://bugs.webkit.org/show_bug.cgi?id=237279
+
+        Reviewed by Chris Dumez.
+
+        After this change, it matches the value in com.apple.webkit.adattributiond.plist
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.adattributiond.sb:
+
 2022-02-28  Ross Kirsling  <[email protected]>
 
         REGRESSION(r290588): Broke WinCairo and PlayStation debug builds

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.adattributiond.sb (290608 => 290609)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.adattributiond.sb	2022-02-28 19:18:50 UTC (rev 290608)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.adattributiond.sb	2022-02-28 19:57:39 UTC (rev 290609)
@@ -71,7 +71,7 @@
          (ipc-posix-name "/com.apple.AppSSO.version")))
 
 (allow file-read* file-write*
-    (subpath "/var/mobile/Library/com.apple.webkit.addattributiond"))
+    (subpath "/var/mobile/Library/com.apple.webkit.adattributiond"))
 
 (allow file-read* file-map-executable
     (subpath "/System/Library/Frameworks")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to