mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
Base: Apply some filesystem flags by default
Notably, /tmp is now mounted nodev,nosuid :^)
This commit is contained in:
parent
29db900887
commit
71f1d3f819
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
/dev/hda / ext2
|
/dev/hda / ext2
|
||||||
proc /proc proc
|
proc /proc proc nosuid
|
||||||
devpts /dev/pts devpts
|
devpts /dev/pts devpts noexec,nosuid
|
||||||
tmp /tmp tmp
|
tmp /tmp tmp nodev,nosuid
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue