With the prevalence of malware and malfeasance of Javascript I was wondering about the usage of hosted Inferno with modern browsers. Inferno has the 'os' command which will run a host's commands, and since Inferno has Charon which lacks what some "require" in a browser, is there any benefit in security by using the host browser with the os command?
So if one is running hosted Inferno on Windows, use the os command in Inferno to launch Firefox or Chrome from inside Inferno. Does this add any security from malware or Javascript problems one would encounter and isolate them from infecting Windows? Wouldn't hosted Inferno be like running a FreeBSD Jail? If this makes sense. Just curious.