diff --git a/_information/QubesOS.md b/_information/QubesOS.md index 7756ab1..c212cc4 100644 --- a/_information/QubesOS.md +++ b/_information/QubesOS.md @@ -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 ```