mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-10 18:58:10 +02:00
Mailu: disable hardened_malloc LD_PRELOAD (set to empty) to prevent /proc/cpuinfo PermissionError in socrate startup
Details: https://chatgpt.com/share/68d3ba3b-783c-800f-bf3d-0b0ef1296f93
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
# Common configuration variables
|
# Common configuration variables
|
||||||
###################################
|
###################################
|
||||||
|
|
||||||
# https://chat.openai.com/share/1497464d-dfb5-46eb-9d26-04be99991ace
|
# https://chatgpt.com/share/68d3ba3b-783c-800f-bf3d-0b0ef1296f93
|
||||||
LD_PRELOAD=/usr/lib/libhardened_malloc.so
|
LD_PRELOAD=""
|
||||||
|
|
||||||
# Set to a randomly generated 16 bytes string
|
# Set to a randomly generated 16 bytes string
|
||||||
SECRET_KEY={{ MAILU_SECRET_KEY }}
|
SECRET_KEY={{ MAILU_SECRET_KEY }}
|
||||||
|
Reference in New Issue
Block a user