diff --git a/machine/qemu/init.go b/machine/qemu/init.go index 06bbdbc53..d10e5611a 100644 --- a/machine/qemu/init.go +++ b/machine/qemu/init.go @@ -470,7 +470,7 @@ func init() { gob.Register(QemuFsDevLocal{}) // gob.Register(QemuFsDevProxy{}) // gob.Register(QemuFsDevSynth{}) - gob.Register(QemuFsDevLocalSecurityModelPassthrough) + gob.Register(QemuFsDevLocalSecurityModelMappedXattr) // CLI configuration gob.Register(QemuConfig{})