Skip to content

Commit

Permalink
fix(machine): Also register option and disable passthrough
Browse files Browse the repository at this point in the history
Signed-off-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
  • Loading branch information
craciunoiuc committed Nov 12, 2024
1 parent eda0526 commit 30e7046
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 30e7046

Please sign in to comment.