76b46e8d99
Allow rngd process to drop privileges with "-D user:group" Fix an error building with jitterentropy-3.4.0 Add a requirement for selinux-policy of a certain version Fix a build failure on ppc64 Small edits in test scripts Resolves: rhbz#2075977 Signed-off-by: Vladis Dronov <vdronov@redhat.com>
13 lines
311 B
Desktop File
13 lines
311 B
Desktop File
[Unit]
|
|
Description=Hardware RNG Entropy Gatherer Daemon
|
|
ConditionVirtualization=!container
|
|
|
|
# The "-f" option is required for the systemd service rngd to work with Type=simple
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=/etc/sysconfig/rngd
|
|
ExecStart=/usr/sbin/rngd -f $RNGD_ARGS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|