X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..2a1bd2d3eef5c7a7bb14f4bb9fdbca9a96ee4752:/osfmk/man/task_create_security_token.html diff --git a/osfmk/man/task_create_security_token.html b/osfmk/man/task_create_security_token.html deleted file mode 100755 index 00d489a88..000000000 --- a/osfmk/man/task_create_security_token.html +++ /dev/null @@ -1 +0,0 @@ -
Function - Create a new task with an explicit security token.
kern_return_t task_create_security_token (task_t task, security_port_t host_security, security_token_t security_token, ledger_port_array_t ledgers, boolean_t inherit_memory, task_t task_t);
The task_create_security_token function creates a new task from parent_task with an explicit security token, returning the name of the new task in the parameter specified by child_task. Other than the security token, the child task is as if created by task_create.
The host security port is a privileged port given to the system bootstrap task for the use of this call.
Functions: task_create, task_set_security_token, mach_msg. \ No newline at end of file