Skip to content

Commit

Permalink
config: don't hardcode confidential_guest=true for clh
Browse files Browse the repository at this point in the history
Doesn't make sense for non-TEEs and was only a remnant of cc-msft-prototypes.
This will have to be taken into account in
microsoft/azurelinux#6942.  Already done this way
upstream.

Signed-off-by: Aurélien Bombo <[email protected]>
  • Loading branch information
sprt committed Jan 24, 2024
1 parent 5952d30 commit 8ee6a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/config/configuration-clh.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rootfs_type=@DEFROOTFSTYPE@
# * Intel TDX
#
# Default false
confidential_guest = true
#confidential_guest = true

# Enable running clh VMM as a non-root user.
# By default clh VMM run as root. When this is set to true, clh VMM process runs as
Expand Down

0 comments on commit 8ee6a96

Please sign in to comment.