diff --git a/src/runtime/pkg/katautils/config.go b/src/runtime/pkg/katautils/config.go index 691a5b915d..d9dcf6a601 100644 --- a/src/runtime/pkg/katautils/config.go +++ b/src/runtime/pkg/katautils/config.go @@ -1250,6 +1250,7 @@ func newRemoteHypervisorConfig(h hypervisor) (vc.HypervisorConfig, error) { return vc.HypervisorConfig{ RemoteHypervisorSocket: h.RemoteHypervisorSocket, RemoteHypervisorTimeout: h.RemoteHypervisorTimeout, + DisableGuestSeLinux: h.DisableGuestSeLinux, // No valid value so avoid to append block device to list in kata_agent.appendDevices BlockDeviceDriver: "dummy",