Killing web browsers - part II
Posted Oct 29, 2004 14:41 UTC (Fri) by
RobSeace (subscriber, #4435)
In reply to:
Killing web browsers - part II by kleptog
Parent article:
Killing web browsers - part II
All you really need to do to accomplish this form of "privilege separation"
is to create yourself a separate user account, and use THAT to run your web
browser under... Setup sudoers appropriately, and then have your web browser
icon launch "sudo -u webuser -H mozilla" (or whatever browser) instead of
launching the browser directly... (You'd probably want to setup sudoers so
you didn't have to be prompted for a password for this, too, of course...)
There, now your browser can only access stuff as this other user; and,
presumably, you'd have pretty much NOTHING lying around which that user
would have access to modify/delete...
(
Log in to post comments)