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:
2025-09-24 11:31:44 +02:00
parent 7d9cb5820f
commit 18e5f001d0

View File

@@ -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 }}