ZeroVM – Hyperscale Cloud Infrastructure
zerovm.org
ZeroVM – Hyperscale Cloud Infrastructure
1–10 of 21 posts
Re: ZeroVM – Hyperscale Cloud Infrastructure
#2I wrote about a ZeroVM-on-Docker thing I was working[1] on in another thread just before this story showed up.
Note that ZeroVM isn't a conventional VM at all. All your software needs recompiling for it, and it is entirely deterministic (with all the positive and negative aspects of that).
For one set of use-cases this is very useful. I was looking at using it to run untrusted user-submitted, and potentially hostile code when a Docker container isn't sufficient on its own.
Re: ZeroVM – Hyperscale Cloud Infrastructure
#3Ha. I wrote about a ZeroVM-on-Docker thing I was working[1] on in another thread just before this story showed up. Note that ZeroVM isn't a conventional VM at all. All your software needs recompiling for it, and it is entirely deterministic (with all the positive and negative aspects of that). For one set of use-cases this is very useful. I was looking at using it to run untrusted user-submitted, and potentially host…
http://blog.docker.com/2014/07/new-dockercon-video-docker-se...
Re: ZeroVM – Hyperscale Cloud Infrastructure
#4Ha. I wrote about a ZeroVM-on-Docker thing I was working[1] on in another thread just before this story showed up. Note that ZeroVM isn't a conventional VM at all. All your software needs recompiling for it, and it is entirely deterministic (with all the positive and negative aspects of that). For one set of use-cases this is very useful. I was looking at using it to run untrusted user-submitted, and potentially host…
See also the "Containers don't contain" talk from RedHat at DockerCon: http://blog.docker.com/2014/07/new-dockercon-video-docker-se... http://opensource.com/business/14/7/docker-security-selinux
[1] https://groups.google.com/forum/#!searchin/docker-user/SELin...
Re: ZeroVM – Hyperscale Cloud Infrastructure
#5Earlier quoted context omitted.
See also the "Containers don't contain" talk from RedHat at DockerCon: http://blog.docker.com/2014/07/new-dockercon-video-docker-se... http://opensource.com/business/14/7/docker-security-selinux
The SELinux talks looks interesting. I spent a while trying to get SELinux and Docker working together[1]. I'll need to watch that. [1] https://groups.google.com/forum/#!searchin/docker-user/SELin...
Future hardware isolation: http://css.csail.mit.edu/6.858/2013/readings/intel-sgx.pdf
Re: ZeroVM – Hyperscale Cloud Infrastructure
#6Earlier quoted context omitted.
The SELinux talks looks interesting. I spent a while trying to get SELinux and Docker working together[1]. I'll need to watch that. [1] https://groups.google.com/forum/#!searchin/docker-user/SELin...
Does anyone use AppArmor in production? It isn't very visible. Future hardware isolation: http://css.csail.mit.edu/6.858/2013/readings/intel-sgx.pdf
Mbox is a lightweight sandboxing mechanism that any user can use without special privileges in commodity operating systems.
http://pdos.csail.mit.edu/mbox/
I had trouble running it in Ubuntu because of AppArmor..
Re: ZeroVM – Hyperscale Cloud Infrastructure
#7Earlier quoted context omitted.
Does anyone use AppArmor in production? It isn't very visible. Future hardware isolation: http://css.csail.mit.edu/6.858/2013/readings/intel-sgx.pdf
You may find MBox interesting: Mbox is a lightweight sandboxing mechanism that any user can use without special privileges in commodity operating systems. http://pdos.csail.mit.edu/mbox/ I had trouble running it in Ubuntu because of AppArmor..
Re: ZeroVM – Hyperscale Cloud Infrastructure
#8Earlier quoted context omitted.
You may find MBox interesting: Mbox is a lightweight sandboxing mechanism that any user can use without special privileges in commodity operating systems. http://pdos.csail.mit.edu/mbox/ I had trouble running it in Ubuntu because of AppArmor..
Thanks. Looks like one of those voluntary rootkits that installs defensive code in a role that malware has been known to occupy. It's a good sign for AppArmor that it prevented it from running :)
What am I missing? (Or is it just that some rootkits use ptrace/Seccomp?)