1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-11-22 09:51:32 -05:00

Remove LKRG

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-01-11 16:45:01 -07:00
parent 8fcc0460c6
commit 823a086276
Signed by: Tomster
GPG Key ID: 555C902A34EC968F
3 changed files with 2 additions and 5 deletions

View File

@ -34,9 +34,6 @@ sudo touch /etc/apt/sources.list
#Enabling SUID Disabler and Permission Hardener #Enabling SUID Disabler and Permission Hardener
sudo systemctl enable --now permission-hardening sudo systemctl enable --now permission-hardening
#Install LKRG
sudo apt install --no-install-recommends linux-headers-amd64 lkrg-dkms -y
#Enable hardened malloc #Enable hardened malloc
echo "/usr/lib/libhardened_malloc.so/libhardened_malloc.so" | sudo tee /etc/ld.so.preload echo "/usr/lib/libhardened_malloc.so/libhardened_malloc.so" | sudo tee /etc/ld.so.preload

View File

@ -15,7 +15,7 @@
# the License. # the License.
#Install packages #Install packages
sudo apt install --no-install-recommends linux-headers-amd64 lkrg-dkms qt5ct qt5-style-plugins arc-theme -y sudo apt install --no-install-recommends qt5ct qt5-style-plugins arc-theme -y
#Enabling SUID Disabler and Permission Hardener #Enabling SUID Disabler and Permission Hardener
sudo systemctl enable --now permission-hardening sudo systemctl enable --now permission-hardening

View File

@ -15,7 +15,7 @@
# the License. # the License.
#Install packages #Install packages
sudo apt install --no-install-recommends linux-headers-amd64 lkrg-dkms qt5ct qt5-style-plugins arc-theme git -y sudo apt install --no-install-recommends qt5ct qt5-style-plugins arc-theme git -y
#Enabling SUID Disabler and Permission Hardener #Enabling SUID Disabler and Permission Hardener
sudo systemctl enable --now permission-hardening sudo systemctl enable --now permission-hardening