From 1ba34e487f639c88cb0c56769eab03ee796fc686 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 24 May 2022 00:46:52 -0400 Subject: [PATCH] Update whonix-hardening.sh --- whonix-hardening.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whonix-hardening.sh b/whonix-hardening.sh index d671676..136f13e 100644 --- a/whonix-hardening.sh +++ b/whonix-hardening.sh @@ -12,5 +12,5 @@ sudo apt install --no-install-recommends lkrg-dkms linux-headers-amd64 echo "/usr/lib/libhardened_malloc.so/libhardened_malloc.so" >> /etc/ld.so.preload #Reduce kernel information leaks -#Will break a lot of applications. The apps I use on Whonix works fine with it so I am enabling it. +#Will break a lot of applications. The apps I use on Whonix work fine with it so I am enabling it. systemctl enable hide-hardware-info.service