Alexandra Iordache
Alexandra Iordache
See also https://github.com/cloud-hypervisor/cloud-hypervisor/pull/741
To ship this in production, we could give `jailer` the necessary capabilities as the last step in `devtool build`. As easy as ```bash sudo setcap CAP_MKNOD,CAP_SYS_ADMIN+ep $cargo_bin_dir/jailer ``` The problems...
Hi @wkozaczuk, thank you for reporting this and for the thorough investigation! Looks like this is a pre-existing functionality gap that we haven't stumbled across since now. We will look...
There was a similar issue with `cloud-hypervisor` attempting to boot a 16 MB image which turned out to be a bug: https://github.com/cloud-hypervisor/cloud-hypervisor/issues/803 We should double check if it's the same...