Update Hardened Malloc documentation

This commit is contained in:
deathrow 2022-08-07 09:51:15 -04:00
parent c1f144380f
commit 01609f54f5
No known key found for this signature in database
GPG Key ID: FF39D67A22069F73

View File

@ -87,13 +87,7 @@ sudo apt install --no-install-recommends lkrg-dkms linux-headers-amd64
Enabling Hardened Malloc:
```
sudoedit /etc/ld.so.preload
```
and add:
```
/usr/lib/libhardened_malloc.so/libhardened_malloc.so
echo "/usr/lib/libhardened_malloc.so/libhardened_malloc.so" | sudo tee /etc/ld.so.preload
```
<br>