]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Revert "make.sh: Swap mount propagation"
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 21 Aug 2024 14:36:11 +0000 (14:36 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 21 Aug 2024 14:36:11 +0000 (14:36 +0000)
This reverts commit f3c360cd6e8daf0431f684bfad9c55f64bad6c7f.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index a5cc4b1509af16af1bd27709b727fbf34bb0d5c3..5b9e9a82655cba4f54a9a7010cd049d7a09f9f41 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -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[@]}" "$@"
 }