vm/guest: Remove rngd (obsoleted by khwrngd)
authornicoo <nicoo@realraum.at>
Wed, 5 Feb 2020 15:37:47 +0000 (16:37 +0100)
committernicoo <nicoo@realraum.at>
Wed, 5 Feb 2020 15:49:30 +0000 (16:49 +0100)
commit33ff8f8cbe4a0bd156a35a854f20508520934862
tree9ab449805bebe8740a97ffef2b361b17f7f8ad6c
parentecb2b4f60cc6b8782cc5492bb60bc8789a656518
vm/guest: Remove rngd (obsoleted by khwrngd)

khwrngd provides the same functionality as rngd here, but is integrated in the
kernel, and started by default by the hwrng driver as soon as the device is
initialized.

It was added in Linux 3.17 by the following commit:

commit be4000bc4644d027c519b6361f5ae3bbfc52c347
Author: Torsten Duwe <duwe@lst.de>
Date:   Sat Jun 14 23:46:03 2014 -0400

    hwrng: create filler thread

    This can be viewed as the in-kernel equivalent of hwrngd;
    like FUSE it is a good thing to have a mechanism in user land,
    but for some reasons (simplicity, secrecy, integrity, speed)
    it may be better to have it in kernel space.

    This patch creates a thread once a hwrng registers, and uses
    the previously established add_hwgenerator_randomness() to feed
    its data to the input pool as long as needed. A derating factor
    is used to bias the entropy estimation and to disable this
    mechanism entirely when set to zero.
ansible/roles/vm/guest/tasks/main.yml
ansible/roles/vm/guest/tasks/rngd.yml [new file with mode: 0644]