Changeset 269966 in webkit


Ignore:
Timestamp:
Nov 18, 2020 10:06:06 AM (3 years ago)
Author:
pvollan@apple.com
Message:

[macOS] Fix message filter sandbox violation
https://bugs.webkit.org/show_bug.cgi?id=219090
<rdar://problem/71522043>

Reviewed by Geoffrey Garen.

The message filter in the WebContent process on macOS needs to allow some additional messages.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r269956 r269966  
     12020-11-18  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [macOS] Fix message filter sandbox violation
     4        https://bugs.webkit.org/show_bug.cgi?id=219090
     5        <rdar://problem/71522043>
     6
     7        Reviewed by Geoffrey Garen.
     8
     9        The message filter in the WebContent process on macOS needs to allow some additional messages.
     10
     11        * WebProcess/com.apple.WebProcess.sb.in:
     12
    1132020-11-18  Chris Dumez  <cdumez@apple.com>
    214
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r269924 r269966  
    14801480                io_registry_entry_get_properties_bin_buf
    14811481                io_registry_entry_get_property_bin_buf
     1482                io_registry_entry_get_property_bytes
    14821483                io_registry_entry_get_registry_entry_id
    14831484                io_registry_get_root_entry
     
    14891490                io_service_get_matching_services_bin
    14901491                io_service_open_extended
     1492                mach_exception_raise
     1493                mach_port_get_context_from_user
    14911494                mach_port_get_refs
    14921495                mach_port_request_notification
     
    14951498                mach_vm_map_external
    14961499                mach_vm_region
     1500                mach_vm_region_recurse
    14971501                mach_vm_remap_external
    14981502                semaphore_create
     
    15021506                task_policy_set
    15031507                task_restartable_ranges_synchronize
     1508                task_threads_from_user
    15041509                thread_get_state_to_user
    15051510                thread_info
     
    15501555        MSC_semaphore_timedwait_trap
    15511556        MSC_semaphore_wait_trap
     1557        MSC_swtch_pri
    15521558        MSC_syscall_thread_switch
    15531559        MSC_task_name_for_pid
Note: See TracChangeset for help on using the changeset viewer.