We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5eae3 commit 5173c96Copy full SHA for 5173c96
pkg/sentry/fs/g3doc/fuse.md
@@ -76,7 +76,8 @@ ops can be implemented in parallel.
76
77
#### Minimal client that can mount a trivial FUSE filesystem.
78
79
-- Implement `/dev/fuse`.
+- Implement `/dev/fuse` - a character device used to establish an FD for
80
+ communication between the sentry and the server daemon.
81
82
- Implement basic FUSE ops like `FUSE_INIT`, `FUSE_DESTROY`.
83
0 commit comments