summaryrefslogtreecommitdiffstats
path: root/contrib/Kali_Linux_raspberry/90-haveged.rules
diff options
context:
space:
mode:
authorjirka-h <hladky.jiri@gmail.com>2021-10-28 20:43:08 +0200
committerGitHub <noreply@github.com>2021-10-28 20:43:08 +0200
commit83c221ee6654df6cf2249aa74bbf1c2dcc94f91a (patch)
tree5b2e644da0d74b745aff8da4ef272f3e31085941 /contrib/Kali_Linux_raspberry/90-haveged.rules
parentBumped version to v1.9.16 (diff)
parentAdd files via upload (diff)
downloadhaveged-83c221ee6654df6cf2249aa74bbf1c2dcc94f91a.tar.xz
haveged-83c221ee6654df6cf2249aa74bbf1c2dcc94f91a.zip
Merge pull request #65 from Terraminator/master
fixes #63
Diffstat (limited to 'contrib/Kali_Linux_raspberry/90-haveged.rules')
-rw-r--r--contrib/Kali_Linux_raspberry/90-haveged.rules5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/Kali_Linux_raspberry/90-haveged.rules b/contrib/Kali_Linux_raspberry/90-haveged.rules
new file mode 100644
index 0000000..6b1c5cf
--- /dev/null
+++ b/contrib/Kali_Linux_raspberry/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"
+