mirror of
https://github.com/stefanberger/swtpm.git
synced 2025-12-28 15:20:51 +00:00
Implements a second abstraction layer as an NVRAM storage backend: The "linear" backend stores data in a simple format that can contain multiple files (multiple TPM states and numbers) in one linear address space. This can then be mapped to files or other "block-device-like" interfaces using nvram_linear_file_ops implementations. A simple one using mmap is provided with the URI type "file://". Does not support any locking at the moment, users must ensure exclusive access themselves. Signed-off-by: Stefan Reiter <stefan@pimaker.at> |
||
|---|---|---|
| .. | ||
| selinux | ||
| swtpm | ||
| swtpm_bios | ||
| swtpm_cert | ||
| swtpm_ioctl | ||
| swtpm_localca | ||
| swtpm_setup | ||
| utils | ||
| Makefile.am | ||