Re: securing web browser

2015-08-19 Thread luke350

On 08/14/15 12:08, dan mclaughlin wrote:

On Fri, 14 Aug 2015 16:45:52 + Frank White mediome...@gmail.com wrote:

Hi, anyone has some advices to make more secure a  browser like firefox ?
chroot + systrace ?



Thank you.


apparently it's been done. David Coppa reported that he succeeded chrooting
firefox here: https://marc.info/?l=openbsd-techm=143645383725835w=2.

i think he was following this ('isolating untrusted programs in ssh chroot
jails'): https://marc.info/?l=openbsd-miscm=142676615612510w=2 which
details chrooting. that post also links to J. Thornburg's earlier work
securing firefox.


To achieve what might be the same goal, I simply open a new
terminal window, 'ssh -X otherusername@localhost' (having
ssh authorized_keys and sshd_config all set up to allow it),
and run the browser or other apps from there.  It has been
working well
for me, and I hope it's secure though I don't know all the
possible downsides within X security-land.

For one java IDE I have to do 'ssh -Y otherusername@localhost'
instead, before launching it, since apparently it needs things
that -X doesn't allow, and I haven't learned enough yet about
X security to be more specific in what is allowed.

One downside is that the first term window above can't launch
new windows after a while, but that's easy to work around.

There was more discussion on similar things at the thread
(sorry I don't have a link handy) from march 2015, subject
running multiple simultaneous X sessions as different users.



Re: securing web browser

2015-08-14 Thread dan mclaughlin
On Fri, 14 Aug 2015 16:45:52 + Frank White mediome...@gmail.com wrote:
 Hi, anyone has some advices to make more secure a  browser like firefox ?
 chroot + systrace ?
 
 
 
 Thank you.
 

apparently it's been done. David Coppa reported that he succeeded chrooting
firefox here: https://marc.info/?l=openbsd-techm=143645383725835w=2.

i think he was following this ('isolating untrusted programs in ssh chroot
jails'): https://marc.info/?l=openbsd-miscm=142676615612510w=2 which
details chrooting. that post also links to J. Thornburg's earlier work
securing firefox.



Re: securing web browser

2015-08-14 Thread Andrew
On 8/14/15, Frank White mediome...@gmail.com wrote:
 Hi, anyone has some advices to make more secure a  browser like firefox ?
 chroot + systrace ?

This previoius thread is one solution. Plus read a subsequent thread
on pdf viewers.

http://marc.info/?l=openbsd-miscm=142676615612510w=2



securing web browser

2015-08-14 Thread Frank White
Hi, anyone has some advices to make more secure a  browser like firefox ?
chroot + systrace ?



Thank you.