This commit is contained in:
Karmaz95
2024-03-16 16:45:47 +01:00
parent a0355a6f29
commit 655a7cb94c
2 changed files with 2330 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -90,10 +90,10 @@ initializeAppleMobileFileIntegrity() {
_cred_label_init
_cred_label_update_execve
_proc_check_inherit_ipc_ports
_vnode_check_signature // Check Code Signature handler
_file_check_library_validation // Check validation of a library file
_policy_initbsd // Final call from BSD for finalizing initialization of MACF ?
_policy_syscall // MACF policy syscall handler
_vnode_check_signature // Code Signature validation handler
_file_check_library_validation // Library validation handler
_policy_initbsd
_policy_syscall // MAC policy-multiplexed system call (mpo_policy_syscall_t) handler
_task_id_token_get_task
_cred_label_associate_kernel
_proc_check_launch_constraints // Check launch constraints for a process