From 5173c960212a2d78d69e94f028629cbcac8c04f9 Mon Sep 17 00:00:00 2001 From: Ridwan Sharif Date: Tue, 2 Jun 2020 22:08:23 +0000 Subject: Add some detail to milestone #1 This change adds more information about what needs to be done to implement `/dev/fuse` --- pkg/sentry/fs/g3doc/fuse.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkg') 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`. -- cgit v1.2.3