Cargo Features
[dependencies]
virtiofsd = { version = "1.13.3", default-features = false, features = ["seccomp", "xen"] }
- default = seccomp
-
The
seccompfeature is set by default whenevervirtiofsdis added withoutsomewhere in the dependency tree.default-features = false - seccomp default
-
Expose seccomp bindings from the library.
Enables libseccomp-sys ^0.2
Affects
virtiofsd::seccomp…Required by the binary
- xen
-
Enabling Xen support will _disable_ QEMU/KVM support!
Enables xen of vhost ^0.13.0, vhost-user-backend ^0.17.0, and vm-memory ^0.16.0