RESOLVED FIXED227332
[iOS] Allow network-outbound logging for internal builds
https://bugs.webkit.org/show_bug.cgi?id=227332
Summary [iOS] Allow network-outbound logging for internal builds
Brent Fulgham
Reported 2021-06-23 17:11:16 PDT
We allow network-outbound for /private/var/run/syslog in the WebContent process for debugging purposes on debug builds. We should do the same for our other processes to avoid noisy logging: ;; ObjC map_images needs to send logging data to syslog. <rdar://problem/39778918> (with-filter (system-attribute apple-internal) (allow network-outbound (literal "/private/var/run/syslog") ) ) <rdar://problem/79669627>
Attachments
Patch (2.63 KB, patch)
2021-06-23 17:12 PDT, Brent Fulgham
no flags
Brent Fulgham
Comment 1 2021-06-23 17:12:52 PDT
Per Arne Vollan
Comment 2 2021-06-23 23:17:39 PDT
Comment on attachment 432117 [details] Patch R=me.
EWS
Comment 3 2021-06-24 09:28:27 PDT
Committed r279230 (239115@main): <https://commits.webkit.org/239115@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 432117 [details].
Radar WebKit Bug Importer
Comment 4 2021-06-24 09:29:16 PDT
Note You need to log in before you can comment on or make changes to this bug.