add hardened malloc compatibility for haveged workaround

`/lib/systemd/system/haveged.service.d/30_security-misc.conf`

`SystemCallFilter=getrandom`

Otherwise haveged will exit with a core dump.
This commit is contained in:
Patrick Schleizer 2021-08-17 15:21:26 -04:00
parent 8676beef90
commit 7d73b3ffa0
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -0,0 +1,7 @@
## Copyright (C) 2021 - 2021 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
## See the file COPYING for copying conditions.
[Service]
## hardened malloc compatibility
## Otherwise haveged will exit with a core dump.
SystemCallFilter=getrandom