Eliminate sudo
- 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.