xref: /xnu-12377.41.6/osfmk/man/host_security_set_task_token.html (revision bbb1b6f9e71b8cdde6e5cd6f4841f207dee3d828)
1*bbb1b6f9SApple OSS Distributions<h2>host_security_set_task_token</h2>
2*bbb1b6f9SApple OSS Distributions<hr>
3*bbb1b6f9SApple OSS Distributions<p>
4*bbb1b6f9SApple OSS Distributions<strong>Function</strong> - Change the target task's security token.
5*bbb1b6f9SApple OSS Distributions<h3>SYNOPSIS</h3>
6*bbb1b6f9SApple OSS Distributions<pre>
7*bbb1b6f9SApple OSS Distributions<strong>kern_return_t   host_security_set_task_token</strong>
8*bbb1b6f9SApple OSS Distributions                <strong>(host_security_t</strong>                  <var>host_security</var>,
9*bbb1b6f9SApple OSS Distributions                 <strong>task_t</strong>                                    <var>task</var>,
10*bbb1b6f9SApple OSS Distributions                 <strong>security_token_t</strong>                <var>security_token</var>,
11*bbb1b6f9SApple OSS Distributions                 <strong>audit_token_t</strong>                      <var>audit_token</var>,
12*bbb1b6f9SApple OSS Distributions                 <strong>host_t</strong>                                    <var>host</var><strong>);</strong>
13*bbb1b6f9SApple OSS Distributions</pre>
14*bbb1b6f9SApple OSS Distributions<h3>PARAMETERS</h3>
15*bbb1b6f9SApple OSS Distributions<dl>
16*bbb1b6f9SApple OSS Distributions<p>
17*bbb1b6f9SApple OSS Distributions<dt><var>host_security</var>
18*bbb1b6f9SApple OSS Distributions<dd>
19*bbb1b6f9SApple OSS Distributions[in security send right] The host's security port.
20*bbb1b6f9SApple OSS Distributions<p>
21*bbb1b6f9SApple OSS Distributions<dt><var>task</var>
22*bbb1b6f9SApple OSS Distributions<dd>
23*bbb1b6f9SApple OSS Distributions[in task send right] The port for the task for which the token is to be set.
24*bbb1b6f9SApple OSS Distributions<p>
25*bbb1b6f9SApple OSS Distributions<dt><var>security_token</var>
26*bbb1b6f9SApple OSS Distributions<dd>
27*bbb1b6f9SApple OSS Distributions[in scalar] The new security token.
28*bbb1b6f9SApple OSS Distributions<p>
29*bbb1b6f9SApple OSS Distributions<dt><var>audit_token</var>
30*bbb1b6f9SApple OSS Distributions<dd>
31*bbb1b6f9SApple OSS Distributions[in scalar] The new audit token.
32*bbb1b6f9SApple OSS Distributions<p>
33*bbb1b6f9SApple OSS Distributions<dt><var>host</var>
34*bbb1b6f9SApple OSS Distributions<dd>
35*bbb1b6f9SApple OSS Distributions[in host send right] The task's new host-self port.
36*bbb1b6f9SApple OSS Distributions</dl>
37*bbb1b6f9SApple OSS Distributions<h3>DESCRIPTION</h3>
38*bbb1b6f9SApple OSS Distributions<p>
39*bbb1b6f9SApple OSS DistributionsThe <strong>host_security_set_task_token</strong> function changes the
40*bbb1b6f9SApple OSS Distributionsspecified task's security and audit tokens; the new tokens will be
41*bbb1b6f9SApple OSS Distributionsincluded in all subsequent messages sent from the task. The
42*bbb1b6f9SApple OSS Distributionsinitial value of a task's security and audit tokens is that of its
43*bbb1b6f9SApple OSS Distributionsparent.
44*bbb1b6f9SApple OSS Distributions<h3>NOTES</h3>
45*bbb1b6f9SApple OSS Distributions<p>
46*bbb1b6f9SApple OSS DistributionsThe host security port is a privileged port given to the system
47*bbb1b6f9SApple OSS Distributionsbootstrap task for the use of this call.
48*bbb1b6f9SApple OSS Distributions<h3>RETURN VALUES</h3>
49*bbb1b6f9SApple OSS Distributions<dl>
50*bbb1b6f9SApple OSS Distributions<p>
51*bbb1b6f9SApple OSS Distributions<dt> <strong>KERN_INVALID_SECURITY</strong>
52*bbb1b6f9SApple OSS Distributions<dd>
53*bbb1b6f9SApple OSS DistributionsThe value of <var>host_security</var> does not specify the security port for the host on which task lies.
54*bbb1b6f9SApple OSS Distributions</dl>
55*bbb1b6f9SApple OSS Distributions<h3>RELATED INFORMATION</h3>
56*bbb1b6f9SApple OSS Distributions<p>
57*bbb1b6f9SApple OSS DistributionsFunctions:
58*bbb1b6f9SApple OSS Distributions<a href="task_create.html"><strong>task_create</strong></a>,
59*bbb1b6f9SApple OSS Distributions<a href="task_info.html"><strong>task_info</strong></a>,
60*bbb1b6f9SApple OSS Distributions<a href="mach_msg.html"><strong>mach_msg</strong></a>.
61