mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 21:12:26 +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
Notes:
sideshowbarker
2024-07-19 10:11:22 +09:00
Author: https://github.com/bugaevc
Commit: 71f1d3f819
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
|
/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