Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-28 | Base: Mount /etc as read/write | Andreas Kling | |
Let's be reasonable and have a writable /etc by default. | |||
2020-05-29 | Kernel+Base: Mount root filesystem read-only :^) | Sergey Bugaev | |
We remount /home and /root as read-write, to keep the ability to modify files there. /tmp remains read-write, as it is mounted from a TmpFS. | |||
2020-04-06 | Kernel & Userland: Allow to mount image files formatted with Ext2FS | Liav A | |
2020-04-03 | Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS" | Andreas Kling | |
This reverts commit a60ea79a41845767ce40f225de20da7c99534ad1. Reverting these changes since they broke things. Fixes #1608. | |||
2020-04-02 | Kernel & Userland: Allow to mount image files formatted with Ext2FS | Liav A | |
2020-01-12 | Kernel+Base: Mount root as nodev,nosuid | Sergey Bugaev | |
Then bind-mount /dev and /bin while adding back the appropriate permissions :^) | |||
2020-01-11 | Base: Apply some filesystem flags by default | Sergey Bugaev | |
Notably, /tmp is now mounted nodev,nosuid :^) | |||
2019-08-17 | Kernel+SystemServer: Mount filesystems and start TTYServer in userspace | Sergey Bugaev | |