Browse Source
Wire up the building of the virtiofsd in tools. virtiofsd relies on Linux-specific system calls and seccomp. Anyone wishing to port it to other host operating systems should do so carefully and without reducing security. Only allow building on Linux hosts. Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Liam Merwick <liam.merwick@oracle.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>pull/89/head
3 changed files with 20 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||
virtiofsd-obj-y = buffer.o \
|
|||
fuse_opt.o \
|
|||
fuse_log.o \
|
|||
fuse_lowlevel.o \
|
|||
fuse_signals.o \
|
|||
fuse_virtio.o \
|
|||
helper.o \
|
|||
passthrough_ll.o |
|||
|
|||
Loading…
Reference in new issue