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

Base: Mount /etc as read/write

Let's be reasonable and have a writable /etc by default.
This commit is contained in:
Andreas Kling 2020-07-28 19:07:01 +02:00
parent c46439f240
commit b5633c69d3

View file

@ -4,6 +4,7 @@
# Remount /bin, /dev, /root, and /home while adding the appropriate permissions.
/dev /dev bind bind,nosuid,ro
/bin /bin bind bind,nodev,ro
/etc /etc bind bind,nodev,nosuid
/home /home bind bind,nodev,nosuid
/root /root bind bind,nodev,nosuid