mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
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:
parent
8676beef90
commit
7d73b3ffa0
@ -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
|
Loading…
Reference in New Issue
Block a user