Conversation

Replying to
It's how it works on ChromeOS too, but on ChromeOS, I'm quite sure they preserve the usual sandboxing / security model / kernel attack surface reduction that's done primarily via SELinux. Anbox disables Android's SELinux usage, which is how a lot of the security model is done.
1
Replying to
The internal security model protects the kernel from apps, and hides a lot of information leaked from the kernel to apps. By disabling SELinux, it's substantially breaking down the separation between the kernel and the app, making it less isolated than it would be even normally.
2
Replying to
You can't avoid mounting the stuff that the system and apps depend on to run. You are running a whole Android userspace instance including init, vold and all the privileged base system components inside the container. Security model protects the kernel and base system from apps.
2
Replying to
It's designed around doing that though, which is why they are using namespaces the way that they are. If you just want an Android runtime and apps, you don't need to approach it this way. Can be done like Fuchsia or the original ChromeOS approach which used NaCl not containers.
2
Replying to and
Anbox is essentially the same thing as the new ChromeOS implementation. I don't like the new ChromeOS implementation since it gave up on securing it more than simply running Android natively. It was nice that it ran apps in a solid sandbox instead of just Android in a container.
1
1
Replying to and
And by essentially the same, I mean the concept behind the design. Unlike the ChromeOS implementation, it has quite severe security problems both internally and in terms of protecting the 'host' from the container, except there is not *really* actually a host vs. guest here.
1
Show replies