make.sh: Create the second mount namespace as slave

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-07-04 17:16:43 +00:00
parent 738704d76c
commit 6a644a5d30

View File

@@ -511,6 +511,7 @@ enterchroot() {
# Create a new mount namespace
"--mount"
"--propagation=slave"
# Create a new PID namespace and fork
"--pid"