1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:47:45 +00:00

Base: Make /www read-write by default

Since it is owned by root anyway, there is no need for 'additional security' to prevent
modification of that directory. This makes it easier to quickly export files from
Serenity. Fixes #5152.
This commit is contained in:
Ben Wiederhake 2021-01-29 19:54:35 +01:00 committed by Andreas Kling
parent 6503b4b3c1
commit d24e287f8c

View file

@ -7,6 +7,7 @@
/home /home bind bind,nodev,nosuid
/root /root bind bind,nodev,nosuid
/var /var bind bind,nodev,nosuid
/www /www bind bind,nodev,nosuid
none /proc proc nosuid
none /tmp tmp nodev,nosuid