⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 280606 in webkit


Ignore:
Timestamp:
Aug 3, 2021, 12:24:39 PM (5 years ago)
Author:
pvollan@apple.com
Message:

[iOS] Fix sandbox violation in GPU process
https://bugs.webkit.org/show_bug.cgi?id=228743
<rdar://problem/81334849>

Reviewed by Brent Fulgham.

Allow reading "hw.product" in the GPU process' sandbox.

  • Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r280603 r280606  
     12021-08-03  Per Arne  <pvollan@apple.com>
     2
     3        [iOS] Fix sandbox violation in GPU process
     4        https://bugs.webkit.org/show_bug.cgi?id=228743
     5        <rdar://problem/81334849>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        Allow reading "hw.product" in the GPU process' sandbox.
     10
     11        * Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb:
     12
    1132021-08-03  Devin Rousso  <drousso@apple.com>
    214
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb

    r279912 r280606  
    833833        "hw.physicalcpu_max"
    834834        "hw.physmem" ;; <rdar://problem/76782530>
     835        "hw.product" ;; <rdar://problem/81334849>
    835836        "hw.vectorunit" ;; <rdar://problem/76782530>
    836837        "kern.bootargs"
Note: See TracChangeset for help on using the changeset viewer.