From f7f224aacde013931e551db637aa14e0090b3dfc Mon Sep 17 00:00:00 2001 From: Denis Chevalier Date: Thu, 6 Aug 2026 10:16:18 +0200 Subject: install linux-hardened --- etc.bash | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc.bash') diff --git a/etc.bash b/etc.bash index 52a59b3..47c3ab2 100755 --- a/etc.bash +++ b/etc.bash @@ -17,3 +17,7 @@ sudo systemctl enable --now ufw # fs trim sudo systemctl enable --now fstrim.timer + +# linux-hardened +sudo cp etc/mkinitcpio.d/linux-hardened.preset /etc/mkinitcpio.d +sudo mkinitcpio -p linux-hardened -- cgit