From 01609f54f515d7d1df26b6da563ddd22038aa5b3 Mon Sep 17 00:00:00 2001 From: deathrow Date: Sun, 7 Aug 2022 09:51:15 -0400 Subject: [PATCH] Update Hardened Malloc documentation --- _information/QubesOS.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 ```