Changeset 256399 in webkit


Ignore:
Timestamp:
Feb 11, 2020 4:47:35 PM (4 years ago)
Author:
Brent Fulgham
Message:

[iOS] Deny access to unused tcp service from NetworkProcess
https://bugs.webkit.org/show_bug.cgi?id=207590
<rdar://problem/57895351>

Reviewed by Darin Adler.

  • Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r256396 r256399  
     12020-02-11  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [iOS] Deny access to unused tcp service from NetworkProcess
     4        https://bugs.webkit.org/show_bug.cgi?id=207590
     5        <rdar://problem/57895351>
     6
     7        Reviewed by Darin Adler.
     8
     9        * Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
     10
    1112020-02-11  Chris Dumez  <cdumez@apple.com>
    212
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb

    r255852 r256399  
    633633    (remote tcp))
    634634
     635;;; <rdar://problem/9876970>
     636(deny network-outbound
     637      (remote tcp "localhost:62078"))
     638
    635639;; Various services required by system frameworks
    636640(allow mach-lookup (with report) (with telemetry)
Note: See TracChangeset for help on using the changeset viewer.