swtpm 0.6.3-0ubuntu3.1 source package in Ubuntu

Changelog

swtpm (0.6.3-0ubuntu3.1) jammy; urgency=medium

  * d/usr.bin.swtpm: Update apparmor profile to match swtpm upstream
    In between adding the apparmor profile to Ubuntu and merging upstream
    additional rules were used to cover more common use cases. (LP: #1992377)
    - The six capability lines fix the broken upstream unit test cases:
      test_ctrlchannel, test_vtpm_proxy, test_tpm2_file_permissions,
      test_tpm2_save_load_state_2_block, and test_tpm2_ctrlchannel2
    - owner @{HOME}/** rwk was added as using a folder in one's home directory
      is common for managing tpm states
    - Access in the tmp directory is further generalized as this is where swtpm
      interacts with qemu and libvirt
    - The ability to read from /etc/nsswitch.conf was added for vtpm proxy to
      work

 -- Lena Voytek <email address hidden>  Wed, 16 Nov 2022 13:54:54 -0700

Upload details

Uploaded by:
Lena Voytek
Sponsored by:
Christian Ehrhardt 
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
swtpm_0.6.3.orig.tar.gz 319.7 KiB 1bbda9b000ec81aedaace7232806ba7dcf790469fd091ba3b60e516ce56df0b9
swtpm_0.6.3-0ubuntu3.1.debian.tar.xz 9.1 KiB b555f2c38fde4c6e4ea8845287ba894538909498b1ede5bce20b4927be66a568
swtpm_0.6.3-0ubuntu3.1.dsc 2.0 KiB 42421bd15bd0ab216e06c85bcbb9bd7a0e96c4ae7709f070b3fcfdccc210af52

View changes file

Binary packages built by this source

swtpm: Libtpms-based TPM emulator

 The swtpm package provides TPM emulators that listen for TPM commands
 on sockets, character devices, or CUSE devices.

swtpm-dbgsym: debug symbols for swtpm
swtpm-tools: Tools for the TPM emulator

 The swtpm-tools package contains the following types of tools:
  - swtpm_bios: Tool for initializing the TPM
  - swtpm_ioctl: Tool for controlling the CUSE TPM
  - swtpm_setup: Tool for creating the initial state of the TPM; this
      tool basically simulates TPM manufacturing where certificates are
      written into the NVRAM of the TPM
  - swtpm_cert: Creation of certificates for the TPM (x509)

swtpm-tools-dbgsym: debug symbols for swtpm-tools