[webkit-changes] [WebKit/WebKit] 66efa4: [Cocoa] Allow F_GETPROTECTIONCLASS in the GPU Proc...

Brent Fulgham noreply at github.com
Thu May 18 16:21:23 PDT 2023


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

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

  Log Message:
  -----------
  [Cocoa] Allow F_GETPROTECTIONCLASS in the GPU Process Sandbox
https://bugs.webkit.org/show_bug.cgi?id=256983
<rdar://problem/109532142>

Reviewed by Per Arne Vollan.

Telemetry shows a lot of logging for `F_GETPROTECTIONCLASS` Sandbox denials in the
GPU Process. We allow this in the WebContent and Network process sandboxes, and
should do so in the GPU Process, too.

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

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




More information about the webkit-changes mailing list