mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-08-07 09:50:23 +00:00
Libtpms-based TPM emulator with socket, character device, and Linux CUSE interface.
Allows virtqemud_t to: - Signal and control swtpm_t processes (noatsecure, rlimitinh, siginh, signull, setsched) - Create and listen on Unix stream sockets with swtpm_t processes This enables libvirt to properly control swtpm instances, including sending signals and managing process scheduling attributes, when the system is using cockpit-machines interface to manage and start VMs. Fixes: https://github.com/stefanberger/swtpm/issues/1131 Signed-off-by: JMarcosHP <jehuherrerap@hotmail.com> |
||
|---|---|---|
| .github | ||
| debian | ||
| include | ||
| man | ||
| samples | ||
| src | ||
| tests | ||
| .gitignore | ||
| .travis.yml | ||
| autogen.sh | ||
| CHANGES | ||
| configure.ac | ||
| COPYING | ||
| DCO1.1.txt | ||
| docker-compose.yml | ||
| Dockerfile | ||
| INSTALL | ||
| LICENSE | ||
| Makefile.am | ||
| README | ||
| run_tests | ||
| swtpm.spec | ||
| swtpm.spec.in | ||
| TODO | ||
SWTPM - Software TPM Emulator
David Safford safford@us.ibm.com
Stefan Berger stefanb@us.ibm.com
The SWTPM package provides TPM emulators with different front-end interfaces
to libtpms. TPM emulators provide socket interfaces (TCP/IP and Unix) and
the Linux CUSE interface for the creation of multiple native /dev/vtpm* devices.
The SWTPM package also provides several tools for using the TPM emulator,
creating certificates for a TPM, and simulating the manufacturing of
a TPM by creating a TPM's EK and platform certificates etc. Please read
the READMEs in the individual tool's directory under src/.
Please consult the Wiki for information about swtpm:
https://github.com/stefanberger/swtpm/wiki