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

Changeset 280692 in webkit


Ignore:
Timestamp:
Aug 5, 2021, 9:26:50 AM (5 years ago)
Author:
Russell Epstein
Message:

Cherry-pick r280606. rdar://problem/81475582

[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:

git-svn-id: https://svn.webkit.org/repository/webkit/trunk@280606 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Location:
branches/safari-612.1.27.0-branch/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-612.1.27.0-branch/Source/WebKit/ChangeLog

    r280616 r280692  
     12021-08-05  Russell Epstein  <repstein@apple.com>
     2
     3        Cherry-pick r280606. rdar://problem/81475582
     4
     5    [iOS] Fix sandbox violation in GPU process
     6    https://bugs.webkit.org/show_bug.cgi?id=228743
     7    <rdar://problem/81334849>
     8   
     9    Reviewed by Brent Fulgham.
     10   
     11    Allow reading "hw.product" in the GPU process' sandbox.
     12   
     13    * Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb:
     14   
     15   
     16    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@280606 268f45cc-cd09-0410-ab3c-d52691b4dbfc
     17
     18    2021-08-03  Per Arne  <pvollan@apple.com>
     19
     20            [iOS] Fix sandbox violation in GPU process
     21            https://bugs.webkit.org/show_bug.cgi?id=228743
     22            <rdar://problem/81334849>
     23
     24            Reviewed by Brent Fulgham.
     25
     26            Allow reading "hw.product" in the GPU process' sandbox.
     27
     28            * Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb:
     29
    1302021-08-03  Russell Epstein  <repstein@apple.com>
    231
  • branches/safari-612.1.27.0-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb

    r279912 r280692  
    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.