make.sh: Don't create a new IPC namespace

If we do this, we no longer can interrupt the build process on the
console.

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

View File

@@ -509,9 +509,6 @@ enterchroot() {
# Create a new cgroup namespace
"--cgroup"
# Create a new IPC namespace
"--ipc"
# Create a new mount namespace
"--mount"