[webkit-changes] [WebKit/WebKit] 693ae9: Add entitlement related to notifyd blocking to Web...
Per Arne Vollan
noreply at github.com
Thu May 16 18:20:29 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 693ae98c2146edd20bf2bb087eda06c9dc1ce48f
https://github.com/WebKit/WebKit/commit/693ae98c2146edd20bf2bb087eda06c9dc1ce48f
Author: Per Arne Vollan <pvollan at apple.com>
Date: 2024-05-16 (Thu, 16 May 2024)
Changed paths:
M Source/WebKit/Scripts/process-entitlements.sh
Log Message:
-----------
Add entitlement related to notifyd blocking to WebContent Development
https://bugs.webkit.org/show_bug.cgi?id=274265
rdar://128139234
Reviewed by Sihui Liu.
Add entitlement related to notifyd blocking to the WebContent Development XPC service, since it is also required there.
Without this entitlement, we can get into a notification loop state where notifications are continously being reposted
by the WebContent process. With this entitlement, notifyd will be blocked in the sandbox, preventing this loop.
* Source/WebKit/Scripts/process-entitlements.sh:
Canonical link: https://commits.webkit.org/278899@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