security-misc/lib/systemd/system/haveged.service.d/30_security-misc.conf
Patrick Schleizer 7d73b3ffa0
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.
2021-08-17 15:21:26 -04:00

8 lines
241 B
Plaintext

## 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