1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:17:45 +00:00

Kernel & Userland: Allow to mount image files formatted with Ext2FS

This commit is contained in:
Liav A 2020-04-06 11:55:08 +03:00 committed by Andreas Kling
parent ecee76b741
commit 23fb985f02
8 changed files with 96 additions and 51 deletions

View file

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