Title: [262860] trunk/Source/WebKit
Revision
262860
Author
bfulg...@apple.com
Date
2020-06-10 14:26:41 -0700 (Wed, 10 Jun 2020)

Log Message

[iOS] Update sandbox rules for correct sanitizer paths in current OS releases
https://bugs.webkit.org/show_bug.cgi?id=213040
<rdar://problem/64187043>

Reviewed by Per Arne Vollan.

Update the sandbox rules on iOS platforms to allow access to the
new system locations for Asan libraries.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (262859 => 262860)


--- trunk/Source/WebKit/ChangeLog	2020-06-10 21:17:09 UTC (rev 262859)
+++ trunk/Source/WebKit/ChangeLog	2020-06-10 21:26:41 UTC (rev 262860)
@@ -1,3 +1,18 @@
+2020-06-10  Brent Fulgham  <bfulg...@apple.com>
+
+        [iOS] Update sandbox rules for correct sanitizer paths in current OS releases
+        https://bugs.webkit.org/show_bug.cgi?id=213040
+        <rdar://problem/64187043>
+
+        Reviewed by Per Arne Vollan.
+
+        Update the sandbox rules on iOS platforms to allow access to the
+        new system locations for Asan libraries.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb:
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2020-06-10  Jer Noble  <jer.no...@apple.com>
 
         Catalyst WebKit apps continue to play audio after quitting

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb (262859 => 262860)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb	2020-06-10 21:17:09 UTC (rev 262859)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb	2020-06-10 21:26:41 UTC (rev 262860)
@@ -306,7 +306,8 @@
             ;; <rdar://problem/23857452>
             (allow file-read* file-map-executable
                    (subpath "/AppleInternal")
-                   (subpath "/usr/local/lib")))
+                   (subpath "/usr/local/lib")
+                   (subpath "/usr/appleinternal/lib/sanitizers")))
             (with-elevated-precedence
                 (allow file-read* file-map-executable file-issue-extension
                    (front-user-home-subpath "/XcodeBuiltProducts")))

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb (262859 => 262860)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb	2020-06-10 21:17:09 UTC (rev 262859)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb	2020-06-10 21:26:41 UTC (rev 262860)
@@ -258,7 +258,8 @@
             ;; <rdar://problem/23857452>
             (allow file-read* file-map-executable
                    (subpath "/AppleInternal")
-                   (subpath "/usr/local/lib")))
+                   (subpath "/usr/local/lib")
+                   (subpath "/usr/appleinternal/lib/sanitizers")))
             (with-elevated-precedence
                 (allow file-read* file-map-executable file-issue-extension
                    (front-user-home-subpath "/XcodeBuiltProducts")))

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-06-10 21:17:09 UTC (rev 262859)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-06-10 21:26:41 UTC (rev 262860)
@@ -283,7 +283,8 @@
             ;; <rdar://problem/23857452>
             (allow file-read* file-map-executable
                    (subpath "/AppleInternal")
-                   (subpath "/usr/local/lib")))
+                   (subpath "/usr/local/lib")
+                   (subpath "/usr/appleinternal/lib/sanitizers")))
             (with-elevated-precedence
                 (allow file-read* file-map-executable file-issue-extension
                    (front-user-home-subpath "/XcodeBuiltProducts")))
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to