Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b64091ecce1bc486b4621fcbcdfe4c047d9093d8
      
https://github.com/WebKit/WebKit/commit/b64091ecce1bc486b4621fcbcdfe4c047d9093d8
  Author: Brent Fulgham <bfulg...@apple.com>
  Date:   2024-04-02 (Tue, 02 Apr 2024)

  Changed paths:
    M Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in
    M Source/WebKit/NetworkProcess/mac/com.apple.WebKit.NetworkProcess.sb.in
    M Source/WebKit/WebProcess/com.apple.WebProcess.sb.in
    M Source/WebKit/webpushd/mac/com.apple.WebKit.webpushd.mac.sb.in
    M Source/WebKit/webpushd/mac/com.apple.WebKit.webpushd.relocatable.mac.sb.in

  Log Message:
  -----------
  Revise sandbox to allow necessary sysctl calls
rdar://107428604
https://bugs.webkit.org/show_bug.cgi?id=271899

Reviewed by Per Arne Vollan.

Telemetry has revealed a sysctl-read call that is needed in normal use:

    kern.willshutdown

We can also silence a few sysctl-read calls that are only needed for use
cases where WebKit does not run:

    sysctl.proc_translated
    vm.page_wire_count

We should add them to the sandbox to avoid spurious logging.

* Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:
* Source/WebKit/NetworkProcess/mac/com.apple.WebKit.NetworkProcess.sb.in:
* Source/WebKit/WebProcess/com.apple.WebProcess.sb.in:
* Source/WebKit/webpushd/mac/com.apple.WebKit.webpushd.mac.sb.in:
* Source/WebKit/webpushd/mac/com.apple.WebKit.webpushd.relocatable.mac.sb.in:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to