mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 23:11:57 +00:00
cgroups: pass vhost-vsock device to cgroup
for the sandbox cgroup Signed-off-by: Snir Sheriber <ssheribe@redhat.com>
This commit is contained in:
parent
7362e1e8a9
commit
b34ed403c5
@ -56,6 +56,7 @@ func sandboxDevices() []specs.LinuxDeviceCgroup {
|
||||
"/dev/kvm", // To run virtual machines
|
||||
"/dev/vhost-net", // To create virtqueues
|
||||
"/dev/vfio/vfio", // To access VFIO devices
|
||||
"/dev/vhost-vsock", // To interact with vsock if
|
||||
}
|
||||
|
||||
defaultDevices = append(defaultDevices, hypervisorDevices...)
|
||||
|
Loading…
Reference in New Issue
Block a user