Linked by Amjith Ramanujam on Fri 8th Aug 2008 13:14 UTC
Thread beginning with comment 326280
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
"Exactly how is Windows (or NT) considered multi-user when all it takes is Power User permissions (maybe less) to be able to access anyone else's home folder on the PC?
ACL's in Windows are powerful but complicated and also not used often or proper.
Linux permissions are pretty straight forward and easy to use. Maybe not as encompassing as in Windows but pretty easy to figure out and use. "
Basic Linux permissions are indeed simpler and not as encompassing as Windows permissions ... but you can very easily extend Linux beyond the basic security.
http://en.wikipedia.org/wiki/SELinux
http://en.wikipedia.org/wiki/AppArmor
A number of popular Linux distributions now include these added levels of security. RedHat uses SELinux, and SuSe and Ubuntu include AppArmor.
The most important aspect here is however that userland applications in Linux are designed to be run at low levels of permissions.




Member since:
2005-11-10
ACL's in Windows are powerful but complicated and also not used often or proper.
Linux permissions are pretty straight forward and easy to use. Maybe not as encompassing as in Windows but pretty easy to figure out and use.