Changeset 261977 in webkit


Ignore:
Timestamp:
May 20, 2020 5:52:35 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 Brent Fulgham.

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

    r261967 r261977  
     12020-05-20  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 Brent Fulgham.
     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-20  Sam Weinig  <weinig@apple.com>
    214
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r261884 r261977  
    12771277                io_connect_map_memory_into_task
    12781278                io_connect_method
     1279                (when (defined? 'io_connect_set_notification_port) io_connect_set_notification_port)
    12791280                io_connect_set_notification_port_64
    12801281                io_iterator_next
     
    13161317                thread_set_exception_ports
    13171318                thread_suspend
     1319                (when (defined? 'vm_copy) vm_copy)
     1320                (when (defined? 'vm_remap_external) vm_remap_external)
    13181321                )
    13191322            )
Note: See TracChangeset for help on using the changeset viewer.