Title: [291024] trunk/Source/WebKit
Revision
291024
Author
[email protected]
Date
2022-03-08 18:09:57 -0800 (Tue, 08 Mar 2022)

Log Message

Allow adattributiond to read and execute dylibs in /usr/lib on iOS
https://bugs.webkit.org/show_bug.cgi?id=237625
<rdar://89809031>

Patch by Alex Christensen <[email protected]> on 2022-03-08
Reviewed by Per Arne Vollan.

WebKit's other sandboxes allow this.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (291023 => 291024)


--- trunk/Source/WebKit/ChangeLog	2022-03-09 01:58:01 UTC (rev 291023)
+++ trunk/Source/WebKit/ChangeLog	2022-03-09 02:09:57 UTC (rev 291024)
@@ -1,5 +1,17 @@
 2022-03-08  Alex Christensen  <[email protected]>
 
+        Allow adattributiond to read and execute dylibs in /usr/lib on iOS
+        https://bugs.webkit.org/show_bug.cgi?id=237625
+        <rdar://89809031>
+
+        Reviewed by Per Arne Vollan.
+
+        WebKit's other sandboxes allow this.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.adattributiond.sb:
+
+2022-03-08  Alex Christensen  <[email protected]>
+
         Remove unused _grantAccessToPreferenceService
         https://bugs.webkit.org/show_bug.cgi?id=237623
 

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.adattributiond.sb	2022-03-09 01:58:01 UTC (rev 291023)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.adattributiond.sb	2022-03-09 02:09:57 UTC (rev 291024)
@@ -78,6 +78,7 @@
     (subpath "/private/var/mobile/Library/com.apple.webkit.adattributiond"))
 
 (allow file-read* file-map-executable
+    (subpath "/usr/lib")
     (subpath "/System/Library/Frameworks")
     (subpath "/System/Library/PrivateFrameworks"))
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to