cloud-hypervisor/src/bin
Sebastien Boeuf 50b0e58c88 vhost_user_fs: Allow specific shared directory to be specified
Because the vhost_user_backend crate needs some changes to support
moving the process to a different mount namespace and perform a pivot
root, it is not possible to change '/' to the given shared directory.

This commit, as a temporary measure, let the code point at the given
shared directory.

The long term solution is to perform the mount namespace change and the
pivot root as this will provide greater security.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-11-22 22:17:47 +01:00
..
vhost_user_blk.rs src: add vhost-user-blk backend 2019-11-07 10:36:30 +00:00
vhost_user_fs.rs vhost_user_fs: Allow specific shared directory to be specified 2019-11-22 22:17:47 +01:00
vhost_user_net.rs vhost_user_backend: move protocol_features to the backend 2019-11-07 10:36:30 +00:00