Changeset 261884 in webkit


Ignore:
Timestamp:
May 19, 2020 1:20:14 PM (4 years ago)
Author:
pvollan@apple.com
Message:

[iOS] Fix message filter sandbox violation
https://bugs.webkit.org/show_bug.cgi?id=212100
<rdar://problem/63407155>

Reviewed by Andy Estes.

A message needs to be added to the message filter in the WebContent sandbox 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

    r261881 r261884  
     12020-05-19  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [iOS] Fix message filter sandbox violation
     4        https://bugs.webkit.org/show_bug.cgi?id=212100
     5        <rdar://problem/63407155>
     6
     7        Reviewed by Andy Estes.
     8
     9        A message needs to be added to the message filter in the WebContent sandbox on iOS.
     10
     11        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
     12
    1132020-05-19  Kate Cheney  <katherine_cheney@apple.com>
    214
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r261865 r261884  
    12921292                mach_exception_raise
    12931293                (when (defined? 'mach_make_memory_entry) mach_make_memory_entry)
     1294                (when (defined? 'mach_make_memory_entry_64) mach_make_memory_entry_64)
    12941295                mach_port_get_context_from_user
    12951296                mach_port_request_notification
Note: See TracChangeset for help on using the changeset viewer.