Skip to content

Commit

Permalink
man: update man pages with new capabilities
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
  • Loading branch information
elmarco authored and stefanberger committed Aug 10, 2021
1 parent 155ccdf commit 55404e2
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
21 changes: 20 additions & 1 deletion man/man8/swtpm.pod
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ may contain the following:
{
"type": "swtpm",
"features": [
"tpm-1.2",
"tpm-2.0",
"cmdarg-seccomp",
"cmdarg-key-fd",
"cmdarg-pwd-fd",
Expand All @@ -298,13 +300,30 @@ may contain the following:
"rsa-keysize-1024",
"rsa-keysize-2048",
"rsa-keysize-3072"
]
],
"version": "0.7.0"
}

The version field is available since 0.7.

The meaning of the feature verbs is as follows:

=over 4

=item B<tpm-1.2>

TPM 1.2 emulation is supported (libtpms is compiled with 1.2 support).

Since 0.7

==item B<tpm-2.0>

TPM 2 emulation is supported (libtpms is compiled with 2.0 support).

(the I<--tpm2> option is supported)

Since 0.7

=item B<cmdarg-seccomp>

The I<--seccomp> option is supported.
Expand Down
5 changes: 4 additions & 1 deletion man/man8/swtpm_cert.pod
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,12 @@ The output may contain the following:
"features": [
"cmdarg-signkey-pwd",
"cmdarg-parentkey-pwd"
]
],
"version": "0.7.0"
}

The version field is available since 0.7.

The maining of the feature verbs is as follows:

=over 4
Expand Down
5 changes: 4 additions & 1 deletion man/man8/swtpm_cuse.pod
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,12 @@ may contain the following:
"features": [
"cmdarg-seccomp",
"cmdarg-key-fd"
]
],
"version": "0.7.0"
}

The version field is available since 0.7.

The meaning of the feature verbs is as follows:

=over 4
Expand Down
5 changes: 4 additions & 1 deletion man/man8/swtpm_setup.pod
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,12 @@ The output may contain the following:
"tpm2-rsa-keysize-2048",
"tpm2-rsa-keysize-3072",
"tpm12-not-need-root"
]
],
"version": "0.7.0"
}

The version field is available since 0.7.

The meaning of the feature verbs is as follows:

=over 4
Expand Down

0 comments on commit 55404e2

Please sign in to comment.