1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-10-18 02:35:12 -04:00

Remove /etc/ld.so.preload

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-10-06 16:14:18 -07:00 committed by GitHub
parent afe566b49c
commit 01da22602b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,7 @@ unpriv(){
} }
# Remove hardened_malloc (It breaks php-fpm) # Remove hardened_malloc (It breaks php-fpm)
sudo rm -rf /etc/ld.so.preload
sudo dnf remove -y hardened_malloc sudo dnf remove -y hardened_malloc
# Install NGINX # Install NGINX