mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:47:45 +00:00
Kernel & Userland: Allow to mount image files formatted with Ext2FS
This commit is contained in:
parent
ecee76b741
commit
23fb985f02
8 changed files with 96 additions and 51 deletions
|
@ -5,6 +5,6 @@
|
|||
/dev /dev bind bind,nosuid
|
||||
/bin /bin bind bind,nodev
|
||||
|
||||
proc /proc proc nosuid
|
||||
devpts /dev/pts devpts noexec,nosuid
|
||||
tmp /tmp tmp nodev,nosuid
|
||||
none /proc proc nosuid
|
||||
none /dev/pts devpts noexec,nosuid
|
||||
none /tmp tmp nodev,nosuid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue