From a25cc9619d7dfd8e5ec3c4ed12f7abc975ce2f6f Mon Sep 17 00:00:00 2001 From: Daniel Bertalan Date: Fri, 25 Feb 2022 20:45:29 +0100 Subject: Base+Meta: Make /usr/local read-write This directory has to be writable if we want to install ports that have been built inside Serenity. It's owned by root anyway, so having it be read-only does not provide many security benefits. --- 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 4c1f6a35e9..2c8ea0da07 100644 --- a/Base/etc/fstab +++ b/Base/etc/fstab @@ -9,5 +9,6 @@ /var /var bind bind,nodev,nosuid /www /www bind bind,nodev,nosuid /usr/Tests /usr/Tests bind bind,nodev,ro +/usr/local /usr/local bind bind,nodev,nosuid none /tmp tmp nodev,nosuid -- cgit v1.2.3