Page MenuHomeSolus

swtpm: Update to 0.7.0 and fix permissions
ClosedPublic

Authored by ReillyBrogan on Feb 16 2022, 12:20 AM.
Tags
None
Referenced Files
F11065418: D12895.id31432.diff
Fri, Aug 11, 4:37 PM
F11046660: D12895.diff
Thu, Aug 10, 1:56 PM
F10964931: D12895.id31431.diff
Wed, Jul 19, 3:51 PM
F10932532: D12895.id31436.diff
Jul 12 2023, 2:46 AM
F10926399: D12895.id31432.diff
Jul 10 2023, 12:19 PM
F10884555: D12895.id31436.diff
Jun 25 2023, 12:23 AM
F10884452: D12895.id31431.diff
Jun 24 2023, 11:40 PM
F10884136: D12895.id31432.diff
Jun 24 2023, 7:42 PM
Subscribers

Details

Summary
  • Release notes available here
  • Also fixed permissions so that they work out of the box for creating TPM VMs

Depends on D12894

Test Plan
  • Used to create Win11 VM using virt-manager. This now works without having to adjust the permissions on the swtpm-localca folder

Diff Detail

Repository
R5459 swtpm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

  • Actually remove swtpm-localca
This revision is now accepted and ready to land.Feb 16 2022, 11:04 AM

Failed on the buildserver, please submit a new differential with a fix.

+ rmdir -v /home/build/YPKG/root/swtpm/install/var/
rmdir: removing directory, '/home/build/YPKG/root/swtpm/install/var/'
rmdir: failed to remove '/home/build/YPKG/root/swtpm/install/var/': Directory not empty

https://build.getsol.us//logs/swtpm-0.7.0-2.log.gz

rm -v is for verbose
Try with rm -rf