[webkit-changes] [WebKit/WebKit] 3b1e34: [iOS] Silence Network process denial to read /priv...

Brent Fulgham noreply at github.com
Mon Jul 15 13:29:33 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3b1e349c8e579c0a0af3a21bb2267322bf3f6ff8
      https://github.com/WebKit/WebKit/commit/3b1e349c8e579c0a0af3a21bb2267322bf3f6ff8
  Author: Brent Fulgham <bfulgham at apple.com>
  Date:   2024-07-15 (Mon, 15 Jul 2024)

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

  Log Message:
  -----------
  [iOS] Silence Network process denial to read /private/etc/group
https://bugs.webkit.org/show_bug.cgi?id=276560
<rdar://problem/131639214>

Reviewed by Per Arne Vollan.

I noticed that the iOS Network process generates a sandbox violation attempting to read
`/private/etc/group` every three seconds while playing video.

Group doesn't contain anything interesting on iOS, and is not relevant to any WebKit use
cases. We should silence this to avoid the telemetry overhead.

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

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list