Title: [283976] trunk/Source/WebKit
Revision
283976
Author
[email protected]
Date
2021-10-12 02:48:38 -0700 (Tue, 12 Oct 2021)

Log Message

Unreviewed, reverting r283890.
https://bugs.webkit.org/show_bug.cgi?id=231567

Introduced crash

Reverted changeset:

"Block access in sandbox to capability which is allowed by
default"
https://bugs.webkit.org/show_bug.cgi?id=231079
https://commits.webkit.org/r283890

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (283975 => 283976)


--- trunk/Source/WebKit/ChangeLog	2021-10-12 09:45:17 UTC (rev 283975)
+++ trunk/Source/WebKit/ChangeLog	2021-10-12 09:48:38 UTC (rev 283976)
@@ -1,3 +1,17 @@
+2021-10-12  Commit Queue  <[email protected]>
+
+        Unreviewed, reverting r283890.
+        https://bugs.webkit.org/show_bug.cgi?id=231567
+
+        Introduced crash
+
+        Reverted changeset:
+
+        "Block access in sandbox to capability which is allowed by
+        default"
+        https://bugs.webkit.org/show_bug.cgi?id=231079
+        https://commits.webkit.org/r283890
+
 2021-10-12  Youenn Fablet  <[email protected]>
 
         Error the encoder in case we cannot create a RemoteVideoSample

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2021-10-12 09:45:17 UTC (rev 283975)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2021-10-12 09:48:38 UTC (rev 283976)
@@ -1574,5 +1574,3 @@
 (when (defined? 'darwin-notification-post)
     (allow darwin-notification-post (with telemetry))
 )
-
-(deny dynamic-code-generation)

Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (283975 => 283976)


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-10-12 09:45:17 UTC (rev 283975)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-10-12 09:48:38 UTC (rev 283976)
@@ -2290,5 +2290,3 @@
     )
 )
 #endif
-
-(deny dynamic-code-generation)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to