Base: Add bind-mount for /usr/Ports/ to make it writable

This directory is only writable by root already by now. This will allow
the upcoming package manager to change files in this directory.
This commit is contained in:
Liav A 2023-04-15 17:02:18 +03:00 committed by Andrew Kaster
parent 44a46aabeb
commit c53b1360d7

View file

@ -10,4 +10,5 @@
/www /www bind bind,nodev,nosuid
/usr/Tests /usr/Tests bind bind,nodev,ro
/usr/local /usr/local bind bind,nodev,nosuid
/usr/Ports /usr/Ports bind bind,nodev,nosuid