Displaying 3 results from an estimated 3 matches for "elementsrng".
Did you mean:
elementsn
2017 Oct 25
2
question about how to set rng device on vm
Hi Amos,
I'm a libvirt QE, and I can not understand the setting on libvirt.org for
rng device.
Could you please help to explain a little?
(The xml in https://libvirt.org/formatdomain.html#elementsRng)
<devices>
<rng model='virtio'>
<rate period="2000" bytes="1234"/>
<backend model='random'>/dev/random</backend>
<!-- OR -->
<backend model='egd' type='udp'>
*<source mode='b...
2016 Oct 20
2
security BPC
HI!
Disclaimer:
I'm a libvirt beginner using it for managing virtual machines based on qemu-kvm.
Is there any documentation describing how to harden libvirt/qemu-kvm installations?
Escpecially how to improve isolation of VMs:
- secure time sync (with or without ntpd?)
- random number generation
- running VMs as different host OS users
I do not need general OS hardening advice.
Ciao,
2017 Oct 26
0
Re: question about how to set rng device on vm
On 10/25/2017 03:41 PM, Yalan Zhang wrote:
> Hi Amos,
>
> I'm a libvirt QE, and I can not understand the setting on libvirt.org for
> rng device.
> Could you please help to explain a little?
> (The xml in https://libvirt.org/formatdomain.html#elementsRng)
> <devices>
> <rng model='virtio'>
> <rate period="2000" bytes="1234"/>
> <backend model='random'>/dev/random</backend>
> <!-- OR -->
> <backend model='egd' type='udp'>...