mirror of
https://github.com/containerd/containerd.git
synced 2026-07-07 07:07:50 +00:00
For Kata Containers, starting a privileged container will fail if passing all host devices to container due to the permission issue, like the `privileged_without_host_devices` for CRI service, add a `privileged-without-host-devices` to `ctr run` command will disable passing all host devices to containers. Signed-off-by: bin liu <liubin0329@gmail.com>