Skip to content

Commit

Permalink
Add some detail to milestone #1
Browse files Browse the repository at this point in the history
This change adds more information about what needs to be done
to implement `/dev/fuse`

FUTURE_COPYBARA_INTEGRATE_REVIEW=#2855 from ridwanmsharif:ridwanmsharif/fuse-doc-edit 5173c96
PiperOrigin-RevId: 314428000
  • Loading branch information
ridwanmsharif authored and gvisor-bot committed Jun 2, 2020
1 parent 43279c6 commit 8740c0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/sentry/fs/g3doc/fuse.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 8740c0b

Please sign in to comment.