]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/task_access.defs
xnu-7195.101.1.tar.gz
[apple/xnu.git] / osfmk / mach / task_access.defs
index 1696fd3cf235ccbc1d0fc9662cea5e6f572a4be1..8974f5dd692095cff86d61e72c616d3427da4d63 100644 (file)
@@ -56,4 +56,12 @@ routine find_code_signature(
                task_access_port                        : mach_port_t;
                new_pid                                 : int32_t);
 
+routine check_task_access_with_flavor(
+               task_access_port                        : mach_port_t;
+               calling_pid                             : int32_t;
+               calling_gid                             : uint32_t;
+               target_pid                              : int32_t;
+               flavor                  : mach_task_flavor_t;
+               ServerAuditToken        caller_cred     : audit_token_t);
+
 /* vim: set ft=c : */