mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-17 14:58:16 +00:00
cli: Show available guest protection in env output
Show available guest protections in the `kata-runtime env` output. Also bump the formatVersion. Fixes: #1982 Signed-off-by: Yujia Qiao <rapiz3142@gmail.com>
This commit is contained in:
@@ -179,10 +179,10 @@ const (
|
||||
|
||||
var guestProtectionStr = [...]string{
|
||||
noneProtection: "none",
|
||||
tdxProtection: "tdx",
|
||||
sevProtection: "sev",
|
||||
pefProtection: "pef",
|
||||
seProtection: "se",
|
||||
sevProtection: "sev",
|
||||
tdxProtection: "tdx",
|
||||
}
|
||||
|
||||
func (gp guestProtection) String() string {
|
||||
|
Reference in New Issue
Block a user