Title: [291168] trunk/Source/WebKit
Revision
291168
Author
pvol...@apple.com
Date
2022-03-11 08:05:37 -0800 (Fri, 11 Mar 2022)

Log Message

[macOS][WP] Add required sys call to sandbox
https://bugs.webkit.org/show_bug.cgi?id=237739

Reviewed by Chris Dumez.

Add a rarely used, but required syscall, to the WebContent process sandbox on macOS.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (291167 => 291168)


--- trunk/Source/WebKit/ChangeLog	2022-03-11 15:33:07 UTC (rev 291167)
+++ trunk/Source/WebKit/ChangeLog	2022-03-11 16:05:37 UTC (rev 291168)
@@ -1,3 +1,14 @@
+2022-03-11  Per Arne Vollan  <pvol...@apple.com>
+
+        [macOS][WP] Add required sys call to sandbox
+        https://bugs.webkit.org/show_bug.cgi?id=237739
+
+        Reviewed by Chris Dumez.
+
+        Add a rarely used, but required syscall, to the WebContent process sandbox on macOS.
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
 2022-03-11  Youenn Fablet  <you...@apple.com>
 
         Do capture video frame downsampling in GPUProcess

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


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2022-03-11 15:33:07 UTC (rev 291167)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2022-03-11 16:05:37 UTC (rev 291168)
@@ -2000,6 +2000,7 @@
         SYS_necp_open
         SYS_openat_nocancel
         SYS_proc_rlimit_control
+        SYS_psynch_rw_rdlock
 #if !PLATFORM(MAC) || __MAC_OS_X_VERSION_MIN_REQUIRED < 120000
         SYS_rmdir
 #endif
@@ -2015,7 +2016,6 @@
         SYS_kqueue
         SYS_mkdirat
         SYS_open_dprotected_np
-        SYS_psynch_rw_rdlock
         SYS_setrlimit
         SYS_ulock_wait2
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to