Originally posted by: drag
Originally posted by: VirtualLarry
Originally posted by: Psych
So there is no real protection? There should really be a safe application interface for .scr files so people don't have to worry about their screensaver destroying their computer.
No, not until Windows runs each and every bit of executable content in it's own sandbox, with capabilities and mandatory access-control. Those sorts of features are probably years, maybe even decades away, knowing the glacial progress of Microsoft's feature development. (Real, useful, features, not "integration" for the sake of monopolizing markets.)
You can do that sort of thing now with SELinux... It supports mandated access control.
But it's not fun. Actually a big pain in the but to do much of anything. You can end up doing things like restricting access based on "roles" not usernames, so you can do stuff like give out root passwords like candy and have anybody who logs in remotely be unable to do anything, while still having root keep all the traditional administrative freedoms.
Fedora Core2 is the only distro that I know of that current supports these sort of controls right out of the box, but it's disabled by default. You have to enable it during the install.
see here for details. Gentoo can be made to support it, and I know Debian is working on a version as is probably most distros.
It makes things pretty complicated, though.