From 71f1d3f819b4ad4c1e602f4f0f7cfe3e4e6c23b6 Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Sat, 11 Jan 2020 19:01:12 +0300 Subject: [PATCH] Base: Apply some filesystem flags by default Notably, /tmp is now mounted nodev,nosuid :^) --- Base/etc/fstab | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Base/etc/fstab b/Base/etc/fstab index cd18feb762..6bf8c7d8b6 100644 --- a/Base/etc/fstab +++ b/Base/etc/fstab @@ -1,4 +1,4 @@ /dev/hda / ext2 -proc /proc proc -devpts /dev/pts devpts -tmp /tmp tmp +proc /proc proc nosuid +devpts /dev/pts devpts noexec,nosuid +tmp /tmp tmp nodev,nosuid