Skip to content

Eliminate sudo

Compare
Choose a tag to compare
@orodeh orodeh released this 08 Apr 15:19
· 43 commits to master since this release
e9d12d0
  • Eliminate the use of sudo for starting up the filesystem. Normal user permissions are now sufficient to start and stop the filesystem. This assumes that the fuse device (/dev/fuse) is open for read/write access to regular users.
  • Use github actions for continuous integration (CI/CD)
  • Improved explanation for why mmap needs to use PRIVATE mappings.