From: Michael Tremer Date: Wed, 21 Aug 2024 14:36:11 +0000 (+0000) Subject: Revert "make.sh: Swap mount propagation" X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b4d457c2fd29aa5f81e15e1c239add5b6fa4f2c;p=people%2Fmfischer%2Fipfire-2.x.git Revert "make.sh: Swap mount propagation" This reverts commit f3c360cd6e8daf0431f684bfad9c55f64bad6c7f. Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index a5cc4b150..5b9e9a826 100755 --- 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[@]}" "$@" }