]> git.ipfire.org Git - ipfire-2.x.git/commit
make.sh: Swap mount propagation
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Aug 2024 18:05:16 +0000 (18:05 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Aug 2024 18:05:16 +0000 (18:05 +0000)
commitf3c360cd6e8daf0431f684bfad9c55f64bad6c7f
tree579a42c2931e142d2ded45c2b818e6ce80f39a7f
parentda7dbb1af2706d825eed4d59bd96633f243c2308
make.sh: Swap mount propagation

When we create the outer mount namespace, we still want to receive any
mounts from the host system which is why we set it to slave.

The second mount namespace should be a copy of the outer one but should not
propagate anything back to the outer mount namespace.

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