crosvm/fuse/src
Victor Hsieh 4799680841 fuse: provide a mount API
The mount API is useful especially in an environment without typical
fusermount setuid program (e.g. Android).

BUG=b:173507504
TEST=create a FUSE fs, run with cap_sys_admin, can read from the mount
     point
TEST=build_test.py

Change-Id: Ibfc220e8cf59b54d55f5d030d2e4c4375d3654cb
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2556079
Commit-Queue: Victor Hsieh <victorhsieh@chromium.org>
Tested-by: Victor Hsieh <victorhsieh@chromium.org>
Reviewed-by: Chirantan Ekbote <chirantan@chromium.org>
2020-12-01 23:41:02 +00:00
..
filesystem.rs fuse: implement a worker to work with /dev/fuse 2020-11-05 18:50:17 +00:00
fuzzing.rs fuse: extract FUSE as a crate from virtio/fs 2020-10-27 16:18:51 +00:00
lib.rs fuse: provide a mount API 2020-12-01 23:41:02 +00:00
mount.rs fuse: provide a mount API 2020-12-01 23:41:02 +00:00
server.rs fuse: implement a worker to work with /dev/fuse 2020-11-05 18:50:17 +00:00
sys.rs fuse: extract FUSE as a crate from virtio/fs 2020-10-27 16:18:51 +00:00
worker.rs fuse: implement a worker to work with /dev/fuse 2020-11-05 18:50:17 +00:00