⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 271195 in webkit


Ignore:
Timestamp:
Jan 6, 2021, 12:16:58 AM (6 years ago)
Author:
pvollan@apple.com
Message:

[iOS] Add missing endpoint in sandbox message filter
https://bugs.webkit.org/show_bug.cgi?id=219731
<rdar://problem/71566760>

Reviewed by Darin Adler.

Add missing endpoint in the WebContent process' sandbox message filter on iOS.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r271194 r271195  
     12021-01-06  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [iOS] Add missing endpoint in sandbox message filter
     4        https://bugs.webkit.org/show_bug.cgi?id=219731
     5        <rdar://problem/71566760>
     6
     7        Reviewed by Darin Adler.
     8
     9        Add missing endpoint in the WebContent process' sandbox message filter on iOS.
     10
     11        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
     12
    1132021-01-05  Eric Carlson  <eric.carlson@apple.com>
    214
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r270867 r271195  
    13931393                )
    13941394            )
     1395            (when (defined? 'mach_port_is_connection_for_service)
     1396                (allow mach-message-send (kernel-mig-routine mach_port_is_connection_for_service))
     1397            )
    13951398        )
    13961399    )
Note: See TracChangeset for help on using the changeset viewer.