mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
Base: Mount /etc as read/write
Let's be reasonable and have a writable /etc by default.
This commit is contained in:
parent
c46439f240
commit
b5633c69d3
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
# Remount /bin, /dev, /root, and /home while adding the appropriate permissions.
|
# Remount /bin, /dev, /root, and /home while adding the appropriate permissions.
|
||||||
/dev /dev bind bind,nosuid,ro
|
/dev /dev bind bind,nosuid,ro
|
||||||
/bin /bin bind bind,nodev,ro
|
/bin /bin bind bind,nodev,ro
|
||||||
|
/etc /etc bind bind,nodev,nosuid
|
||||||
/home /home bind bind,nodev,nosuid
|
/home /home bind bind,nodev,nosuid
|
||||||
/root /root bind bind,nodev,nosuid
|
/root /root bind bind,nodev,nosuid
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue