Stories
Slash Boxes
Comments

SoylentNews is people

posted by cmn32480 on Wednesday August 10 2016, @09:03AM   Printer-friendly
from the interesting-reads dept.

Desktop / Laptop privacy & security of web browsers on Linux part 1: concepts and theory

Web browsers today are everywhere, and they are a huge pile of shit code, full of shiny things that hide sometimes bad surprises, but, despite this fact, you want to use it daily cause of too many things today depend on you to visit a web site often requiring you[r] latest web technologies.

Even if many vendor[s] today take browser security seriously, the fast evolution of web standards make [it] very hard to care about that on such big projects, and almost everyday in the wild appear a new method to fuck poor users using the web as a vector of evil code, using both browser vulnerability or user stupidity innocence.

There is no 100% security, if anyone tell[s] you he has the panacea of all evil things and can show you how to be 100% protected online, it's a liar, no exception. Despite that, something can be done to be at least a little bit more secure and block the most common attack vectors, with a cost in terms of usability that is really cheap.

[Continues...]

Desktop / Laptop privacy & security of web browsers on Linux part 2: firejail based sandboxes

There are many tools in the wild to build the sandboxes using the features explained, some more user friendly, other more complex, some more complete, other more specific to one or few features.

After some tests and with the help of many friends from the Veteran Unix Admins group on facebook, the primary tool I've chosen to use is firejail.

Firejail is a great utility aiming to build sandboxes and it match almost perfectly our needs. With just a little bit of shell scripting, a little patch I have sent to firejail and a couple of other tools supported by firejail itself, we have all what is needed for our architecture.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 0) by Anonymous Coward on Wednesday August 10 2016, @01:11PM

    by Anonymous Coward on Wednesday August 10 2016, @01:11PM (#386239)

    Can you (easily) use firejail to run a different vpn in each jail? So, for example, all my firefox traffic goes through one vpn while all my thunderbird traffic traffic goes through a different vpn?

  • (Score: 1) by WillR on Wednesday August 10 2016, @08:37PM

    by WillR (2012) on Wednesday August 10 2016, @08:37PM (#386378)
    Should work. You can use "firejail --net=interface" (probably ppp0 for one and ppp1 for the other) to attach the sandbox to a specific network interface.