Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re:Time for a new security model (Score 1) 619

Windows can do by using the RunAs option / command.

Create a user and give them ACL access to the Mozilla program folder. You can then run Mozilla as the locked down user by right-clicking on the exe and choosing the "RunAs..." option OR you can create a shortcut using the command below...

Example:
runas /user:LockedDownUserName "mozilla.exe"


It will then prompt you for the password for that user. In fact, Microsoft didn't even allow the password as a parameter lest users get used to that and end up leaving the password exposed in unsecure batch files/shortcuts.

This isn't utilized as much b/c of 2 reasons:
1. Many applications are written with the assumption that they have Admin or Power User permissions - this requires developer training

2. This makes it more difficult to use your computer from an end-user standpoint. They don't even understand the concept of Admin/root, never mind additional levels of security.

Slashdot Top Deals

Recent research has tended to show that the Abominable No-Man is being replaced by the Prohibitive Procrastinator. -- C.N. Parkinson

Working...