Changeset 231879 in webkit


Ignore:
Timestamp:
May 16, 2018 5:28:29 PM (6 years ago)
Author:
Brent Fulgham
Message:

REGRESSION(r229093)[macOS] Allow network-outbound for syslog use
https://bugs.webkit.org/show_bug.cgi?id=185703
<rdar://problem/39778918>

Reviewed by Eric Carlson.

In r229093 I removed the 'network-outbound' permission for syslog use.
Further testing has shown that this is still needed for subsystem
logging in our bundle loading code.

This patch re-enabled network-outbound for syslog.

  • WebProcess/com.apple.WebProcess.sb.in:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r231867 r231879  
     12018-05-16  Brent Fulgham  <bfulgham@apple.com>
     2
     3        REGRESSION(r229093)[macOS] Allow network-outbound for syslog use
     4        https://bugs.webkit.org/show_bug.cgi?id=185703
     5        <rdar://problem/39778918>
     6
     7        Reviewed by Eric Carlson.
     8
     9        In r229093 I removed the 'network-outbound' permission for syslog use.
     10        Further testing has shown that this is still needed for subsystem
     11        logging in our bundle loading code.
     12
     13        This patch re-enabled network-outbound for syslog.
     14
     15        * WebProcess/com.apple.WebProcess.sb.in:
     16
    1172018-05-16  Andy VanWagoner  <andy@vanwagoner.family>
    218
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r231728 r231879  
    646646       ;; Remove this permission when <rdar://problem/38240572> is fixed.
    647647       (literal "/private/var/run/mDNSResponder")
     648       ;; ObjC map_images needs to send logging data to syslog. <rdar://problem/39778918>
     649       (literal "/private/var/run/syslog")
    648650       (remote tcp))
    649651
Note: See TracChangeset for help on using the changeset viewer.