PDA

View Full Version : Security app



user_mail07
11th March 2011, 00:25
Is it possible to design small application in Qt for multi level security?For example I have users with different levels of permissions (Adminstartor, guest, public). I have some files on the disk. Then I can assign security level of each file file based on user level. When user login with that permission he can see only those files he has access to. What Qt module i should be looking at?

wysota
11th March 2011, 00:44
Is it possible to design small application in Qt for multi level security?
If you mean something within your application then yes.

What Qt module i should be looking at?
Hmm... QtCore?

user_mail07
11th March 2011, 03:11
Is it better to develop multi level security application in linux or windows? I need to access user level controls.

squidge
11th March 2011, 08:47
Doesn't really matter if you are doing all the authentication yourself...