Title: [289053] trunk/Source/WebKit
Revision
289053
Author
pvol...@apple.com
Date
2022-02-03 07:19:27 -0800 (Thu, 03 Feb 2022)

Log Message

[iOS][GPUP] Add access to sysctl property
https://bugs.webkit.org/show_bug.cgi?id=235973
<rdar://problem/88345212>

Reviewed by Darin Adler.

Add access to required sysctl property "hw.ncpu" in the GPU process on iOS.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (289052 => 289053)


--- trunk/Source/WebKit/ChangeLog	2022-02-03 15:14:08 UTC (rev 289052)
+++ trunk/Source/WebKit/ChangeLog	2022-02-03 15:19:27 UTC (rev 289053)
@@ -1,5 +1,17 @@
 2022-02-03  Per Arne Vollan  <pvol...@apple.com>
 
+        [iOS][GPUP] Add access to sysctl property
+        https://bugs.webkit.org/show_bug.cgi?id=235973
+        <rdar://problem/88345212>
+        
+        Reviewed by Darin Adler.
+
+        Add access to required sysctl property "hw.ncpu" in the GPU process on iOS.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb:
+
+2022-02-03  Per Arne Vollan  <pvol...@apple.com>
+
         [GPUP] Add read access to sysctl properties
         https://bugs.webkit.org/show_bug.cgi?id=236018
         <rdar://problem/88382949>

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb	2022-02-03 15:14:08 UTC (rev 289052)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb	2022-02-03 15:19:27 UTC (rev 289053)
@@ -529,6 +529,7 @@
         "hw.machine"
         "hw.memsize"
         "hw.model"
+        "hw.ncpu"
         "hw.pagesize_compat"
         "hw.physicalcpu_max"
         "hw.product" ;; <rdar://problem/81334849>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to