Title: [280203] trunk/Source/WebKit
Revision
280203
Author
[email protected]
Date
2021-07-22 15:48:53 -0700 (Thu, 22 Jul 2021)

Log Message

REGRESSION (r277873, r280105): [macOS] Correct two sandbox typos (228201)
https://bugs.webkit.org/show_bug.cgi?id=228201
<rdar://problem/80983916>

Reviewed by Per Arne Vollan.

Correct two typos in the macOS Sandbox (WebContent process).

* WebProcess/com.apple.WebProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (280202 => 280203)


--- trunk/Source/WebKit/ChangeLog	2021-07-22 22:45:52 UTC (rev 280202)
+++ trunk/Source/WebKit/ChangeLog	2021-07-22 22:48:53 UTC (rev 280203)
@@ -1,3 +1,15 @@
+2021-07-22  Brent Fulgham  <[email protected]>
+
+        REGRESSION (r277873, r280105): [macOS] Correct two sandbox typos (228201)
+        https://bugs.webkit.org/show_bug.cgi?id=228201
+        <rdar://problem/80983916>
+
+        Reviewed by Per Arne Vollan.
+
+        Correct two typos in the macOS Sandbox (WebContent process).
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2021-07-22  Brady Eidson  <[email protected]>
 
         Revert part of r279089 that was done a little bit too early.

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


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-07-22 22:45:52 UTC (rev 280202)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-07-22 22:48:53 UTC (rev 280203)
@@ -1057,7 +1057,7 @@
     (home-subpath "/Library/Preferences/com.apple.universalaccess.plist")
     (home-subpath "/Library/Preferences/edu.mit.Kerberos.plist")
     (home-subpath "/Library/Preferences/pbs.plist")
-    (home-regex "/Library/Preferences/ByHost/\.GlobalPreferences\..*\.plist$")
+    (home-regex #"/Library/Preferences/ByHost/\.GlobalPreferences\..*\.plist$")
 )
 #endif
 
@@ -2150,7 +2150,7 @@
     )
 )
 
-(if (and (equal? (param "ENABLE_SANDBOX_MESSAGE_FILTER") "YES") (defined? 'syscall-mach))
+(when (and (equal? (param "ENABLE_SANDBOX_MESSAGE_FILTER") "YES") (defined? 'syscall-mach))
     (deny syscall-mach
         (machtrap-number
             MSC_mach_wait_until
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to