kixxauth / DCube

Distributed descriptive graph data store.
http://www.fireworksproject.com/projects/dcube
Other
6 stars 0 forks source link

Group permission system. #4

Closed kixxauth closed 15 years ago

kixxauth commented 15 years ago

To help control user management and data security issues I think we need to abstract out a logical layer or module of the program to handle access to data in a similar way to the way Unix systems handle access to disk drives. While it is not like that high level Python code will be able to enforce anything, by abstracting data access out into access control module(s) we should be able to prevent the coding mud pie that will lead to problems with leaking stuff we don't want to leak.

kixxauth commented 15 years ago

Done in v0.1