1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21: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:
Liav A 2021-08-20 08:36:58 +03:00 committed by Andreas Kling
parent 3d5ddbab74
commit a7cb2ca1bf
2 changed files with 9 additions and 5 deletions

View file

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