From d24e287f8c1852b0747bf3224a342ccc57a44bf1 Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Fri, 29 Jan 2021 19:54:35 +0100 Subject: 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. --- Base/etc/fstab | 1 + 1 file changed, 1 insertion(+) (limited to 'Base/etc/fstab') diff --git a/Base/etc/fstab b/Base/etc/fstab index 4ca46238da..30fd77cc7c 100644 --- a/Base/etc/fstab +++ b/Base/etc/fstab @@ -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 -- cgit v1.2.3