diff options
author | Jirka Hladky <jhladky@redhat.com> | 2021-10-28 20:47:35 +0200 |
---|---|---|
committer | Jirka Hladky <jhladky@redhat.com> | 2021-10-28 20:47:35 +0200 |
commit | a5fed5a2e552fd297f9276a8762736eec6b39023 (patch) | |
tree | 4878ca57f68871f98cb755bbe8fa40d7b13744e1 /contrib/Kali_Linux_Raspberry_armhf/90-haveged.rules | |
parent | Renamed Kali_Linux_raspberry to Raspberry_armhf. See https://github.com/jirka... (diff) | |
download | haveged-a5fed5a2e552fd297f9276a8762736eec6b39023.tar.xz haveged-a5fed5a2e552fd297f9276a8762736eec6b39023.zip |
Renamed Kali_Linux_raspberry to Kali_Linux_Raspberry_armhf. See https://github.com/jirka-h/haveged/issues/63
Diffstat (limited to 'contrib/Kali_Linux_Raspberry_armhf/90-haveged.rules')
-rw-r--r-- | contrib/Kali_Linux_Raspberry_armhf/90-haveged.rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/Kali_Linux_Raspberry_armhf/90-haveged.rules b/contrib/Kali_Linux_Raspberry_armhf/90-haveged.rules new file mode 100644 index 0000000..6b1c5cf --- /dev/null +++ b/contrib/Kali_Linux_Raspberry_armhf/90-haveged.rules @@ -0,0 +1,5 @@ +# Start the haveged service as soon as the random device is available +# to avoid starting other services while starved of entropy + +ACTION=="add", KERNEL=="random" , SUBSYSTEM=="mem", TAG+="systemd", ENV{SYSTEMD_WANTS}+="haveged.service" + |