Bug 227332 - [iOS] Allow network-outbound logging for internal builds
Summary: [iOS] Allow network-outbound logging for internal builds
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-06-23 17:11 PDT by Brent Fulgham
Modified: 2021-06-24 09:29 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.63 KB, patch)
2021-06-23 17:12 PDT, Brent Fulgham
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 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>
Comment 1 Brent Fulgham 2021-06-23 17:12:52 PDT
Created attachment 432117 [details]
Patch
Comment 2 Per Arne Vollan 2021-06-23 23:17:39 PDT
Comment on attachment 432117 [details]
Patch

R=me.
Comment 3 EWS 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].
Comment 4 Radar WebKit Bug Importer 2021-06-24 09:29:16 PDT
<rdar://problem/79728541>