Bug 256728 - [iOS] Allow syscall-unix SYS_faccessat in the GPU Process sandbox
Summary: [iOS] Allow syscall-unix SYS_faccessat in the GPU Process sandbox
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-05-12 13:35 PDT by Brent Fulgham
Modified: 2024-03-06 14:37 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2023-05-12 13:35:15 PDT
Telemetry shows that we use the SYS_faccessat syscall in iOS, just like we do in macOS. We should allow it in our sandbox to avoid breaking web content display.
Comment 1 Brent Fulgham 2023-05-12 13:35:29 PDT
<rdar://107429992>
Comment 2 Brent Fulgham 2023-05-12 13:38:37 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13822
Comment 3 EWS 2023-05-12 15:11:21 PDT
Committed 264028@main (f18e6f12b40e): <https://commits.webkit.org/264028@main>

Reviewed commits have been landed. Closing PR #13822 and removing active labels.
Comment 4 Brent Fulgham 2024-03-06 14:37:17 PST
This was reverted in Bug 257126.