WORM (Write-Once Read-Many) file system which has been implemented adopting the FUSE infrastructure. This system provides some WORM features, i.e. files and directories can be created but cannot be renamed or removed. The WFS is under GPLv3.
Follow WFS: A Write-Once Read-Many File System
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
There's an ugly bug in this example code, in the callback_release() function. All the high-order bits are set to 1 in the mode argument to the chmod() call, causing the suid, guid, and sticky bits to be set on every file. It'd sure be nice if the author give some way to provide feedback.