You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: man/man8/tpm_setactive.8
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,8 @@ tpm_setactive \- change TPM active states
32
32
.SH "DESCRIPTION"
33
33
.PP
34
34
\fBtpm_setactive\fR reports the status of the TPM's flags regarding the active state of the TPM. This is the default behavior and also accessible via the \fB\-\-status\fR option. Requesting a report of this status prompts for the owner password. The \fB\-\-active\fR option changes the TPM to the active state
35
-
(via the TPM_PhysicalSetDeactivated API). This operation requires evidence of physical presence, is persistent and requires a reboot to take affect. The \fB\-\-inactive\fR
36
-
option (via the TPM_PhysicalSetDeactivated API) changes the TPM to the inactive state. This operation requires evidence of physical presence, is persistent and requires a reboot to take affect. An inactive TPM is essentially off but still allows for a tpm_takeownership to occur. The \fB\-\-temp\fR option causes deactivation (via the TPM_SetTempDeactivated API) to happen immediately but only endure for the current boot cycle. The \fB\-\-status\fR, \fB\-\-active\fR, \fB\-\-inactive\fR, and \fB\-\-temp\fR options are mutually exclusive and the last one on the command line will be carried out.
35
+
(via the TPM_PhysicalSetDeactivated API). This operation requires evidence of physical presence, is persistent and requires a reboot to take effect. The \fB\-\-inactive\fR
36
+
option (via the TPM_PhysicalSetDeactivated API) changes the TPM to the inactive state. This operation requires evidence of physical presence, is persistent and requires a reboot to take effect. An inactive TPM is essentially off but still allows for a tpm_takeownership to occur. The \fB\-\-temp\fR option causes deactivation (via the TPM_SetTempDeactivated API) to happen immediately but only endure for the current boot cycle. The \fB\-\-status\fR, \fB\-\-active\fR, \fB\-\-inactive\fR, and \fB\-\-temp\fR options are mutually exclusive and the last one on the command line will be carried out.
37
37
38
38
.TP
39
39
\fB\-h\fR, \fB\-\-help\fR
@@ -52,10 +52,10 @@ Use TSS UNICODE encoding for passwords to comply with applications using TSS pop
52
52
Report the status of flags regarding the TPM active states.
53
53
.TP
54
54
\fB-a\fR, \fB\-\-active\fR
55
-
Make the TPM active. Operation is persistent, requires phyiscal presence to authorize, and a reboot to take affect.
55
+
Make the TPM active. Operation is persistent, requires phyiscal presence to authorize, and a reboot to take effect.
56
56
.TP
57
57
\fB-i\fR, \fB\-\-inactive\fR
58
-
Make the TPM inactive. Operation is persistent, requires phyiscal presence to authorize, and a reboot to take affect.
58
+
Make the TPM inactive. Operation is persistent, requires phyiscal presence to authorize, and a reboot to take effect.
59
59
.TP
60
60
\fB-t\fR, \fB\-\-temp\fR
61
61
Makes the TPM inactive for the current boot cycle only.
0 commit comments