Base: Apply some filesystem flags by default

Notably, /tmp is now mounted nodev,nosuid :^)
This commit is contained in:
Sergey Bugaev 2020-01-11 19:01:12 +03:00 committed by Andreas Kling
parent 29db900887
commit 71f1d3f819

View file

@ -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