[webkit-changes] [WebKit/WebKit] f18e6f: [iOS] Allow syscall-unix SYS_faccessat in the GPU ...

Brent Fulgham noreply at github.com
Fri May 12 15:11:29 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f18e6f12b40e8626d25fb3afeb453a531f984601
      https://github.com/WebKit/WebKit/commit/f18e6f12b40e8626d25fb3afeb453a531f984601
  Author: Brent Fulgham <bfulgham at apple.com>
  Date:   2023-05-12 (Fri, 12 May 2023)

  Changed paths:
    M Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb.in

  Log Message:
  -----------
  [iOS] Allow syscall-unix SYS_faccessat in the GPU Process sandbox
https://bugs.webkit.org/show_bug.cgi?id=256728
<rdar://107429992>

Reviewed by Per Arne Vollan.

Telemetry shows that we use the SYS_faccessat syscall in iOS, just like
we do in macOS. We already allow this in our macOS sandbox, and given
these telemetry findings we should allow it in our iOS sandbox to avoid
impacting web content.

* Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb.in:

Canonical link: https://commits.webkit.org/264028@main




More information about the webkit-changes mailing list