Skip to content

Commit

Permalink
Windows 2022 template is missing TPM and UEFI
Browse files Browse the repository at this point in the history
Uefi will allow security features like Secure Boot,
Faster boot and resume times,
Support for UEFI firmware drivers, applications,
and option ROMs.

TPM will allow Generate, store, and limit the use
of cryptographic keys.
Help ensure platform integrity by taking
and storing security measurements.

Signed-off-by: bmordeha <bmodeha@redhat.com>
  • Loading branch information
bmordeha committed Oct 24, 2022
1 parent 8ef1656 commit e267e74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/windows2k22.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ objects:
features:
acpi: {}
apic: {}
smm: {}
hyperv:
relaxed: {}
vapic: {}
Expand All @@ -143,6 +144,10 @@ objects:
ipi: {}
runtime: {}
reset: {}
firmware:
bootloader:
efi:
secureBoot: true
devices:
{% if item.multiqueue %}
networkInterfaceMultiqueue: True
Expand All @@ -169,6 +174,7 @@ objects:
bus: usb
name: tablet
{% endif %}
tpm: {}
terminationGracePeriodSeconds: 3600
volumes:
- dataVolume:
Expand Down

0 comments on commit e267e74

Please sign in to comment.