mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Revert "make.sh: Swap mount propagation"
This reverts commit f3c360cd6e.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
4
make.sh
4
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[@]}" "$@"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user