commit 3a0d2f2dc12a7ce37e6e423694453647a6bf4eba
parent de0bc1345aeecf923633a116ffd75e5cde25dc09
Author: Jan Pobříslo <ccx@te2000.cz>
Date: Tue, 23 Nov 2021 20:18:57 +0000
Don't use actual user name in tmpfs paths.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/service_scripts/sysroot/run b/service_scripts/sysroot/run
@@ -7,7 +7,7 @@ multisubstitute {
backtick -in CONTAINER_USER_HOME { homeof $CONTAINER_USER }
multisubstitute {
importas -i -u CONTAINER_USER_HOME CONTAINER_USER_HOME
- define CONTAINER_TMPFS /run/containers/${CONTAINER_NAME}.${CONTAINER_USER}
+ define CONTAINER_TMPFS /run/containers/${CONTAINER_NAME}.sysroot
define -s tmpfs_dirs "home run tmp inbox run/inbox tmp/.X11-unix"
}