|
|
|
|
|
by throwaway09223
1795 days ago
|
|
A registryfs would be. The data structures underpinning access would not need to change. The importance of using a filesystem interface is reuse of the access control mechanisms and filesystem API. It would avoid the type of bug above, due to nesting a hierarchical permissioned structure inside a file. |
|