]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/task_access.defs
xnu-6153.121.1.tar.gz
[apple/xnu.git] / osfmk / mach / task_access.defs
index 7035dbeced3f09a8580fa7e9a7dd960adfa6c6f5..1696fd3cf235ccbc1d0fc9662cea5e6f572a4be1 100644 (file)
@@ -49,4 +49,11 @@ routine check_task_access(
                target_pid                              : int32_t;
                ServerAuditToken        caller_cred     : audit_token_t);
 
+/*
+ *     Search for a code signature for unsigned executables
+ */
+routine find_code_signature(
+               task_access_port                        : mach_port_t;
+               new_pid                                 : int32_t);
+
 /* vim: set ft=c : */