Skip to content

Commit c615faa

Browse files
committed
Merge pull request #2855 from ridwanmsharif:ridwanmsharif/fuse-doc-edit
PiperOrigin-RevId: 314449030
2 parents 43279c6 + 5173c96 commit c615faa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/sentry/fs/g3doc/fuse.md

Lines changed: 2 additions & 1 deletion
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)