[Webkit-unassigned] [Bug 227332] New: [iOS] Allow network-outbound logging for internal builds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 23 17:11:16 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=227332

            Bug ID: 227332
           Summary: [iOS] Allow network-outbound logging for internal
                    builds
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

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>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210624/8a9f9b0c/attachment.htm>


More information about the webkit-unassigned mailing list