Merge pull request #5937 from stevenhorsman/remote-hypervisor-selinux

runtime: Update the remote hypervisor config
This commit is contained in:
Steve Horsman
2022-12-21 10:17:55 +00:00
committed by GitHub

View File

@@ -1071,6 +1071,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",