Adding vfio to cgroup_device_acl during libvirt configuration

vfio should be added to cgroups on some of the Distributions like
Ubuntu 16-04

Change-Id: I7239858b6307e37bf1237b92d69a0520ab5ad304
This commit is contained in:
Lenny Verkhovsky 2016-09-04 12:52:01 +00:00
parent 6affe6db29
commit 0a40710b9f

View File

@ -65,6 +65,7 @@ cgroup_device_acl = [
"/dev/random", "/dev/urandom",
"/dev/ptmx", "/dev/kvm", "/dev/kqemu",
"/dev/rtc", "/dev/hpet","/dev/net/tun",
"/dev/vfio/vfio",
]
EOF
fi