Title: [285748] trunk/Source/WebKit
Revision
285748
Author
pvol...@apple.com
Date
2021-11-12 15:45:58 -0800 (Fri, 12 Nov 2021)

Log Message

[iOS][GPUP] Allow access to syscalls
https://bugs.webkit.org/show_bug.cgi?id=232825
<rdar://problem/85164522>

Reviewed by Brent Fulgham.

Based on telemetry, add access to unix syscalls in the GPU process on iOS.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (285747 => 285748)


--- trunk/Source/WebKit/ChangeLog	2021-11-12 23:17:17 UTC (rev 285747)
+++ trunk/Source/WebKit/ChangeLog	2021-11-12 23:45:58 UTC (rev 285748)
@@ -1,3 +1,15 @@
+2021-11-12  Per Arne Vollan <pvol...@apple.com>
+
+        [iOS][GPUP] Allow access to syscalls
+        https://bugs.webkit.org/show_bug.cgi?id=232825
+        <rdar://problem/85164522>
+
+        Reviewed by Brent Fulgham.
+
+        Based on telemetry, add access to unix syscalls in the GPU process on iOS.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb:
+
 2021-11-12  Sihui Liu  <sihui_...@apple.com>
 
         Set default general storage directory to websiteDataDirectory

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb	2021-11-12 23:17:17 UTC (rev 285747)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb	2021-11-12 23:45:58 UTC (rev 285748)
@@ -729,6 +729,7 @@
         SYS_getgid
         SYS_getpid
         SYS_getrlimit
+        SYS_getrusage
         SYS_gettid
         SYS_gettimeofday
         SYS_getuid
@@ -779,6 +780,7 @@
         SYS_sigaction
         SYS_socket
         SYS_stat64
+        SYS_statfs64
         SYS_sysctl
         SYS_sysctlbyname
         SYS_thread_selfid
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to