Skip to content

Commit

Permalink
Unreviewed, reverting 265779@main.
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=258937

Reland logd blocking in internal builds, after perf regression has been addressed

Reverted changeset:

"Unreviewed, reverting 265466@main."
https://bugs.webkit.org/show_bug.cgi?id=258900
https://commits.webkit.org/265779@main

Canonical link: https://commits.webkit.org/265818@main
  • Loading branch information
webkit-commit-queue authored and pvollan committed Jul 6, 2023
1 parent 530a64f commit 4916da8
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -467,10 +467,9 @@
(extension "com.apple.fileprovider.read-write")))

#if ENABLE(LOGD_BLOCKING_IN_WEBCONTENT)
(with-filter (system-attribute apple-internal)
(allow mach-lookup (global-name
"com.apple.logd"
"com.apple.logd.events")))
(deny mach-lookup (with no-report) (global-name
"com.apple.logd"
"com.apple.logd.events"))
#else
(allow mach-lookup (global-name
"com.apple.logd"
Expand Down

0 comments on commit 4916da8

Please sign in to comment.