summaryrefslogtreecommitdiff
path: root/etc.bash
diff options
context:
space:
mode:
Diffstat (limited to 'etc.bash')
-rwxr-xr-xetc.bash4
1 files changed, 4 insertions, 0 deletions
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