Base: Apply some filesystem flags by default
Notably, /tmp is now mounted nodev,nosuid :^)
This commit is contained in:
parent
29db900887
commit
71f1d3f819
Notes:
sideshowbarker
2024-07-19 10:11:22 +09:00
Author: https://github.com/bugaevc Commit: https://github.com/SerenityOS/serenity/commit/71f1d3f819b Pull-request: https://github.com/SerenityOS/serenity/pull/1053
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue