Skip to content

Commit

Permalink
fix(machine): Also register option and disable passthrough (#1948)
Browse files Browse the repository at this point in the history
Reviewed-by: Alexander Jung <[email protected]>
Approved-by: Alexander Jung <[email protected]>
  • Loading branch information
nderjung authored Nov 12, 2024
2 parents eda0526 + 30e7046 commit 16864a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine/qemu/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{})
Expand Down

0 comments on commit 16864a9

Please sign in to comment.