Changeset 259648 in webkit


Ignore:
Timestamp:
Apr 7, 2020 11:18:36 AM (4 years ago)
Author:
pvollan@apple.com
Message:

[iOS] Add message to message filter in the WebContent sandbox
https://bugs.webkit.org/show_bug.cgi?id=210130

Reviewed by Brent Fulgham.

Add a required syscall-mach message 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

    r259640 r259648  
     12020-04-07  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [iOS] Add message to message filter in the WebContent sandbox
     4        https://bugs.webkit.org/show_bug.cgi?id=210130
     5
     6        Reviewed by Brent Fulgham.
     7
     8        Add a required syscall-mach message to the message filter in the WebContent sandbox on iOS.
     9
     10        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
     11
    1122020-04-07  Youenn Fablet  <youenn@apple.com>
    213
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r259591 r259648  
    11141114        (machtrap-number MSC_semaphore_wait_trap)
    11151115        (machtrap-number MSC_swtch_pri)
     1116        (machtrap-number MSC_task_name_for_pid)
    11161117        (machtrap-number MSC_thread_get_special_reply_port)
    11171118        (machtrap-number MSC_thread_self_trap)
Note: See TracChangeset for help on using the changeset viewer.