Changeset 285748 in webkit
- Timestamp:
- Nov 12, 2021, 3:45:58 PM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r285746 r285748 1 2021-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 1 13 2021-11-12 Sihui Liu <sihui_liu@apple.com> 2 14 -
trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb
r285722 r285748 730 730 SYS_getpid 731 731 SYS_getrlimit 732 SYS_getrusage 732 733 SYS_gettid 733 734 SYS_gettimeofday … … 780 781 SYS_socket 781 782 SYS_stat64 783 SYS_statfs64 782 784 SYS_sysctl 783 785 SYS_sysctlbyname
Note:
See TracChangeset
for help on using the changeset viewer.