MinorFs 0.0.2 (Default branch) |
|
|
MinorFS combines a small set of cooperating userspace filesystems for Linux that provide private storage to pseudo persistent processes. This allows programs that are run by a user to keep some data safe from all potential malware that runs with all this users' privileges. It further implements simple password capabilities as a way to explicitly share access with other processes or users.
License: GNU Lesser General Public License (LGPL)
Changes:
This version adds the possibility of delegation. Each file or directory now has an extended attribute that makes it possible for the owner (that is, the pseudo-persistent process) to do basic delegation of files and directories. Delegation makes use of a concept known as password capabilities. Next to the functional improvements, this version comes with an install script that should make installation less problematic.
|