From 01da22602b9be57549f1497e7a76ca704b0d5403 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 6 Oct 2024 16:14:18 -0700 Subject: [PATCH] Remove /etc/ld.so.preload Signed-off-by: Tommy --- sample-scripts/RHEL-9-LEMP.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sample-scripts/RHEL-9-LEMP.sh b/sample-scripts/RHEL-9-LEMP.sh index 5025e94..0954918 100644 --- a/sample-scripts/RHEL-9-LEMP.sh +++ b/sample-scripts/RHEL-9-LEMP.sh @@ -27,6 +27,7 @@ unpriv(){ } # Remove hardened_malloc (It breaks php-fpm) +sudo rm -rf /etc/ld.so.preload sudo dnf remove -y hardened_malloc # Install NGINX