[webkit-changes] [WebKit/WebKit] b2c8b5: Audio capture does not work (semaphore_wait_signal...

Tim Horton noreply at github.com
Fri Feb 24 17:27:03 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b2c8b58a720aa418a2ea13c80c138b6664c84a9e
      https://github.com/WebKit/WebKit/commit/b2c8b58a720aa418a2ea13c80c138b6664c84a9e
  Author: Tim Horton <thorton at apple.com>
  Date:   2023-02-24 (Fri, 24 Feb 2023)

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

  Log Message:
  -----------
  Audio capture does not work (semaphore_wait_signal sandbox violation)
https://bugs.webkit.org/show_bug.cgi?id=252937
rdar://103969377

Reviewed by Per Arne Vollan.

* Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb.in:
Add a sandbox exception for semaphore_wait_signal(), which both seems non-harmful
and is needed by audio frameworks.

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




More information about the webkit-changes mailing list