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

Changeset 285748 in webkit


Ignore:
Timestamp:
Nov 12, 2021, 3:45:58 PM (5 years ago)
Author:
pvollan@apple.com
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:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r285746 r285748  
     12021-11-12  Per Arne Vollan <pvollan@apple.com>
     2
     3        [iOS][GPUP] Allow access to syscalls
     4        https://bugs.webkit.org/show_bug.cgi?id=232825
     5        <rdar://problem/85164522>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        Based on telemetry, add access to unix syscalls in the GPU process on iOS.
     10
     11        * Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb:
     12
    1132021-11-12  Sihui Liu  <sihui_liu@apple.com>
    214
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb

    r285722 r285748  
    730730        SYS_getpid
    731731        SYS_getrlimit
     732        SYS_getrusage
    732733        SYS_gettid
    733734        SYS_gettimeofday
     
    780781        SYS_socket
    781782        SYS_stat64
     783        SYS_statfs64
    782784        SYS_sysctl
    783785        SYS_sysctlbyname
Note: See TracChangeset for help on using the changeset viewer.