Security Model Design

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
matthias
Member
Member
Posts: 158
Joined: Fri Oct 22, 2004 11:00 pm
Location: Vlaardingen, Holland
Contact:

Security Model Design

Post by matthias »

Ok, I'm desinging an interface to add more security to my OS. I have a user and a group interface. The user interface is just to keep track of users and place them in groups, this is where the group interface comes in. The group interface manages all security issues and handles all the cheking of rights of users within a group.

Now when a user does a request it has to go through the following procedure:

Image

Is this a good security model or do I need to add some extra security chekking?
The source of my problems is in the source.
Legend
Member
Member
Posts: 195
Joined: Tue Nov 02, 2004 12:00 am
Contact:

Post by Legend »

http://en.wikipedia.org/wiki/Role-based_access_control

Btw. it is checking, not chekking. ;)
User avatar
matthias
Member
Member
Posts: 158
Joined: Fri Oct 22, 2004 11:00 pm
Location: Vlaardingen, Holland
Contact:

Post by matthias »

Legend wrote:http://en.wikipedia.org/wiki/Role-based_access_control

Btw. it is checking, not chekking. ;)
Thanks, I will chekk (:wink:) it later
The source of my problems is in the source.
Post Reply