github.com/Mirantis/virtlet@v1.5.2-0.20191204181327-1659b8a48e9b/images/image_skel/etc/libvirt/qemu.conf (about) 1 stdio_handler = "file" 2 user = "libvirt-qemu" 3 group = "kvm" 4 # don't create separate mount namespace for VMs 5 # (this conflicts with the usage of separate VM container) 6 namespaces = [ ] 7 8 cgroup_device_acl = [ 9 "/dev/null", "/dev/full", "/dev/zero", 10 "/dev/random", "/dev/urandom", 11 "/dev/ptmx", "/dev/kvm", "/dev/kqemu", 12 "/dev/rtc","/dev/hpet", 13 # @DEVS@ 14 "/dev/vfio/vfio" 15 ]