mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +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:
parent
6503b4b3c1
commit
d24e287f8c
Notes:
sideshowbarker
2024-07-18 22:36:25 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/d24e287f8c1 Pull-request: https://github.com/SerenityOS/serenity/pull/5166 Issue: https://github.com/SerenityOS/serenity/issues/5152
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue