From 18e5f001d020ea70b20c8fde66f4d9b111351c19 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Wed, 24 Sep 2025 11:31:44 +0200 Subject: [PATCH] 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 --- roles/web-app-mailu/templates/env.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/web-app-mailu/templates/env.j2 b/roles/web-app-mailu/templates/env.j2 index a3aebd0a..83bc789c 100644 --- a/roles/web-app-mailu/templates/env.j2 +++ b/roles/web-app-mailu/templates/env.j2 @@ -7,8 +7,8 @@ # Common configuration variables ################################### -# https://chat.openai.com/share/1497464d-dfb5-46eb-9d26-04be99991ace -LD_PRELOAD=/usr/lib/libhardened_malloc.so +# https://chatgpt.com/share/68d3ba3b-783c-800f-bf3d-0b0ef1296f93 +LD_PRELOAD="" # Set to a randomly generated 16 bytes string SECRET_KEY={{ MAILU_SECRET_KEY }}