mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:57:35 +00:00
SystemServer: Don't rely on fstab to specify where to mount the ProcFS
For now, just hardcode the mounting in SystemServer code.
This commit is contained in:
parent
3d5ddbab74
commit
a7cb2ca1bf
2 changed files with 9 additions and 5 deletions
|
@ -9,5 +9,4 @@
|
|||
/var /var bind bind,nodev,nosuid
|
||||
/www /www bind bind,nodev,nosuid
|
||||
|
||||
none /proc proc nosuid
|
||||
none /tmp tmp nodev,nosuid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue