summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/g3doc/fuse.md
diff options
context:
space:
mode:
authorRidwan Sharif <ridwanmsharif@google.com>2020-06-02 22:08:23 +0000
committerRidwan Sharif <ridwanmsharif@google.com>2020-06-02 22:13:21 +0000
commit5173c960212a2d78d69e94f028629cbcac8c04f9 (patch)
treef3e47394f7713df260cb8ccb529bd88d857ca549 /pkg/sentry/fs/g3doc/fuse.md
parent4b5eae39f201ffbe7f4a0e08a28380099469efe8 (diff)
Add some detail to milestone #1
This change adds more information about what needs to be done to implement `/dev/fuse`
Diffstat (limited to 'pkg/sentry/fs/g3doc/fuse.md')
-rw-r--r--pkg/sentry/fs/g3doc/fuse.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/sentry/fs/g3doc/fuse.md b/pkg/sentry/fs/g3doc/fuse.md
index b43c082a7..2ca84dd74 100644
--- a/pkg/sentry/fs/g3doc/fuse.md
+++ b/pkg/sentry/fs/g3doc/fuse.md
@@ -76,7 +76,8 @@ ops can be implemented in parallel.
#### Minimal client that can mount a trivial FUSE filesystem.
-- Implement `/dev/fuse`.
+- Implement `/dev/fuse` - a character device used to establish an FD for
+ communication between the sentry and the server daemon.
- Implement basic FUSE ops like `FUSE_INIT`, `FUSE_DESTROY`.