Skip to content

Commit 5173c96

Browse files
committed
Add some detail to milestone #1
This change adds more information about what needs to be done to implement `/dev/fuse`
1 parent 4b5eae3 commit 5173c96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/sentry/fs/g3doc/fuse.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ ops can be implemented in parallel.
7676

7777
#### Minimal client that can mount a trivial FUSE filesystem.
7878

79-
- Implement `/dev/fuse`.
79+
- Implement `/dev/fuse` - a character device used to establish an FD for
80+
communication between the sentry and the server daemon.
8081

8182
- Implement basic FUSE ops like `FUSE_INIT`, `FUSE_DESTROY`.
8283

0 commit comments

Comments
 (0)