mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-13 21:56:32 +00:00
cgroups: pass vhost-vsock device to cgroup
for the sandbox cgroup Backport-from: #2959 Signed-off-by: Snir Sheriber <ssheribe@redhat.com>
This commit is contained in:
parent
ea83ff1fc3
commit
a9d5377bd9
@ -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