
MinorFs
MinorFs implements a simple view based file system. The files ystem provided by MinorFs allows processes to become pseudo persistent processes, by giving
these processes n-th claim persistent storage. By doing this, a program running under a user id can effectively protect its data for that user from malware that could
be running under the same user id. The current version of MinorFs implements the folowing features:
- Nth claim persistent processes.
- Data hiding/encapsulation.
- decomposition.
- composition
- Basic delegation.
Future versions will include the following additional features:
- Revocable delegation (caretaker like)
- Attenuated delegation (read only)
- Copy on write as composition pattern.
For bugreports and/or questions about minorfs, please contact : minorfs [at] polacanthus <dot> net