Revert "make.sh: Swap mount propagation"

This reverts commit f3c360cd6e.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-08-21 14:36:11 +00:00
parent 9a07118b71
commit 2b4d457c2f

View File

@@ -656,7 +656,7 @@ execute() {
# Create a new mount namespace
"--mount"
"--propagation=private"
"--propagation=slave"
# Create a new PID namespace and fork
"--pid"
@@ -2154,7 +2154,7 @@ exec_in_namespace() {
IN_NAMESPACE=1 \
exec unshare \
--mount \
--propagation=slave \
--propagation=private \
"${0}" "${args[@]}" "$@"
}