swtpm/src/swtpm_setup
Stefan Berger 8e2525924d swtpm_setup: allow passing of uid numbers for user Ids.
Try to parse a userid as an integer first and only if that fails,
interpret it as a name.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
2018-04-05 18:24:28 -04:00
..
Makefile.am swtpm_setup: enable help screen for normal users 2015-11-29 17:05:22 -05:00
README add new README files for the tools and modify main README file 2014-12-05 15:11:15 -05:00
swtpm_setup.c swtpm_setup: allow passing of uid numbers for user Ids. 2018-04-05 18:24:28 -04:00
swtpm_setup.h.in build: remove hardcoded tss user and group 2015-11-02 20:47:37 -05:00
swtpm_setup.sh.in swtpm_setup: avoid using expect tool whenever possible 2018-02-12 10:29:37 -05:00

swtpm_setup is a tool that simulates the manufacturing of a TPM
and allows a user to prepare the initial state of a TPM by having
the TPM create an EK, creating the EK and platform certificates for it,
and saving the certificates into the NVRAM of the TPM before it is used
for the first time.

For further information, check the manpage 'man swtpm_setup'.