Changeset 285849 in webkit
- Timestamp:
- Nov 15, 2021, 7:20:12 PM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in (modified) (1 diff)
-
Scripts/process-entitlements.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r285846 r285849 1 2021-11-15 Commit Queue <commit-queue@webkit.org> 2 3 Unreviewed, reverting r285812. 4 https://bugs.webkit.org/show_bug.cgi?id=233162 5 6 Introduced test failures 7 8 Reverted changeset: 9 10 "[macOS][GPUP] Add telemetry for syscalls" 11 https://bugs.webkit.org/show_bug.cgi?id=232888 12 https://commits.webkit.org/r285812 13 1 14 2021-11-15 Sam Weinig <weinig@apple.com> 2 15 -
trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in
r285812 r285849 857 857 ) 858 858 859 (when (defined? 'mach-kernel-endpoint)860 (allow mach-kernel-endpoint861 (apply-message-filter862 (allow mach-message-send (with telemetry)))))863 864 (when (and (equal? (param "ENABLE_SANDBOX_MESSAGE_FILTER") "YES") (defined? 'syscall-mach))865 (allow syscall-mach (with telemetry))866 (allow syscall-mach (machtrap-number867 MSC__kernelrpc_mach_port_allocate_trap868 MSC__kernelrpc_mach_port_construct_trap869 MSC__kernelrpc_mach_port_deallocate_trap870 MSC__kernelrpc_mach_port_destruct_trap871 MSC__kernelrpc_mach_port_extract_member_trap872 MSC__kernelrpc_mach_port_guard_trap873 MSC__kernelrpc_mach_port_insert_member_trap874 MSC__kernelrpc_mach_port_insert_right_trap875 MSC__kernelrpc_mach_port_mod_refs_trap876 MSC__kernelrpc_mach_port_request_notification_trap877 MSC__kernelrpc_mach_port_type_trap878 MSC__kernelrpc_mach_vm_allocate_trap879 MSC__kernelrpc_mach_vm_deallocate_trap880 MSC__kernelrpc_mach_vm_map_trap881 MSC__kernelrpc_mach_vm_protect_trap882 MSC_host_create_mach_voucher_trap883 MSC_host_self_trap884 MSC_mach_msg_trap885 MSC_mach_reply_port886 MSC_mach_voucher_extract_attr_recipe_trap887 MSC_pid_for_task888 MSC_semaphore_signal_trap889 MSC_semaphore_wait_trap890 MSC_swtch_pri891 MSC_syscall_thread_switch892 MSC_thread_get_special_reply_port)))893 894 859 (when (defined? 'syscall-unix) 895 860 (allow syscall-unix (with telemetry)) -
trunk/Source/WebKit/Scripts/process-entitlements.sh
r285812 r285849 58 58 if (( "${TARGET_MAC_OS_X_VERSION_MAJOR}" >= 110000 )) 59 59 then 60 plistbuddy Add :com.apple.private.security.message-filter bool YES61 60 plistbuddy Add :com.apple.security.cs.jit-write-allowlist bool YES 62 61 fi
Note:
See TracChangeset
for help on using the changeset viewer.