Changeset 294801 in webkit


Ignore:
Timestamp:
May 25, 2022 9:47:58 AM (2 years ago)
Author:
pvollan@apple.com
Message:

Syscall should only be allowed for newer macOS versions
https://bugs.webkit.org/show_bug.cgi?id=240714

Reviewed by Chris Dumez.

  • Source/WebKit/WebProcess/com.apple.WebProcess.sb.in:

Canonical link: https://commits.webkit.org/250957@main

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r294511 r294801  
    22012201        MSC_host_create_mach_voucher_trap
    22022202        MSC_host_self_trap
     2203#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 130000
    22032204        MSC_iokit_user_client_trap
     2205#endif
    22042206        MSC_mach_generate_activity_id
    22052207        MSC_mach_msg_trap
Note: See TracChangeset for help on using the changeset viewer.