mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-23 17:51:33 -05:00
Remove /etc/ld.so.preload
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
afe566b49c
commit
01da22602b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user