Skip to content

Commit c8de57c

Browse files
committed
disallow login to tdx guest
1 parent 00521fb commit c8de57c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

crates/l2/tee/mkosi.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ SourceDateEpoch=0
1414
Bootable=true
1515
Bootloader=uki
1616
KernelModules=tdx_guest,tsm,vmw_vsock_virtio_transport,virtio_net,dm_mod,dm_verity,erofs
17-
RootPassword=1234
1817
ExtraTrees=./mkosi.extra
1918
KernelCommandLine=console=hvc0 systemd.firstboot=no ip=enp0s1:any
2019
systemd.mount-extra=TMPDIR=:/var/tmp:tmpfs
21-
systemd.wants=payload.service
2220

2321
[Validation]
2422
Verity=hash
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[Unit]
2+
Requires=payload.service
3+

0 commit comments

Comments
 (0)