mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 19:54:52 -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
1 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue