From 4d9bdde03a9e9fa7ea3c98f0af5bfc72df5a1a7c Mon Sep 17 00:00:00 2001 From: Karol Mazurek <51202595+Karmaz95@users.noreply.github.com> Date: Fri, 12 Dec 2025 17:26:05 +0100 Subject: [PATCH] Add new hooks for process and vnode checks --- VIII. Sandbox/mac/sandbox_hooks_list.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/VIII. Sandbox/mac/sandbox_hooks_list.txt b/VIII. Sandbox/mac/sandbox_hooks_list.txt index 607c0f5..9e01d78 100644 --- a/VIII. Sandbox/mac/sandbox_hooks_list.txt +++ b/VIII. Sandbox/mac/sandbox_hooks_list.txt @@ -1,6 +1,7 @@ _hook_iokit_check_get_property _hook_iokit_check_filter_properties _hook_vnode_notify_link +_hook_proc_check_proc_info _hook_kext_check_unload _hook_kext_check_load _hook_pty_notify_close @@ -96,6 +97,7 @@ _hook_socket_check_create _hook_socket_check_connect _hook_socket_check_bind _hook_proc_check_signal +_hook_proc_check_iopolicy _hook_proc_check_setauid _hook_proc_check_setaudit _hook_proc_check_sched @@ -138,13 +140,17 @@ _hook_mount_check_mount _hook_mount_check_fsctl _hook_mount_check_quotactl _hook_vnode_check_copyfile +_hook_vnode_check_swap _hook_vnode_notify_unlink +_hook_vnode_notify_swap _hook_proc_check_set_task_special_port _hook_proc_check_get_task_special_port _hook_vnode_notify_setflags _hook_vnode_notify_setextattr _hook_necp_check_client_action _hook_necp_check_open +_hook_proc_check_set_thread_exception_port +_hook_proc_check_set_task_exception_port _hook_file_check_set _hook_file_check_mmap _hook_file_check_lock @@ -155,4 +161,4 @@ _hook_cred_label_associate _hook_cred_check_label_update _hook_vnode_check_exec _hook_cred_check_label_update_execve -_hook_cred_label_update_execve \ No newline at end of file +_hook_cred_label_update_execve