BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] sandboxing web browsers
- Subject: [Discuss] sandboxing web browsers
- From: tmetro+blu at gmail.com (Tom Metro)
- Date: Sun, 21 Jun 2015 15:23:24 -0400
- In-reply-to: <5586F69C.5040702@gmail.com>
- References: <558420D5.6090803@mattgillen.net> <55858DB0.4080709@mattgillen.net> <li6egl6t9pp.fsf@panix5.panix.com> <5586ED60.5070809@gmail.com> <5586F69C.5040702@gmail.com>
Richard Pieri wrote: > Which in fact /reduces/ overall system security. Starting a Docker > container requires root. It's no worse than the previously mentioned solution that required sudo to switch to a dedicated browser user. If you are running a shared system (neither of these solutions are likely the right fit), and you don't want the regular user to be in the privileged 'docker' group, then use a SetUID script (or sudo rule) that is restricted to launching the specific container. > That's not even beginning to touch on the problems with updating the > browsers. Because one doesn't update applications in a Docker container; > one updates the whole container. That's the recommended philosophy for using Docker in production environments, but Docker also works perfectly well in a copy-on-change model, just like a VM. Update the browser in-situ. (You can save the state of the container if you want to be able to instantiate (or share) clones of the updated container image.) -Tom -- Tom Metro The Perl Shop, Newton, MA, USA "Predictable On-demand Perl Consulting." http://www.theperlshop.com/
- Follow-Ups:
- [Discuss] sandboxing web browsers
- From: richard.pieri at gmail.com (Richard Pieri)
- [Discuss] sandboxing web browsers
- References:
- [Discuss] memory management
- From: me at mattgillen.net (Matthew Gillen)
- [Discuss] memory management
- From: me at mattgillen.net (Matthew Gillen)
- [Discuss] memory management
- From: smallm at panix.com (Mike Small)
- [Discuss] sandboxing web browsers
- From: tmetro+blu at gmail.com (Tom Metro)
- [Discuss] sandboxing web browsers
- From: richard.pieri at gmail.com (Richard Pieri)
- [Discuss] memory management
- Prev by Date: [Discuss] memory leaks in browsers
- Next by Date: [Discuss] memory management
- Previous by thread: [Discuss] sandboxing web browsers
- Next by thread: [Discuss] sandboxing web browsers
- Index(es):