From 738704d76cc27b471e886d476dae35a761f31508 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 4 Jul 2024 17:16:08 +0000 Subject: [PATCH] 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 --- make.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/make.sh b/make.sh index a7e5c2603..986862f32 100755 --- a/make.sh +++ b/make.sh @@ -509,9 +509,6 @@ enterchroot() { # Create a new cgroup namespace "--cgroup" - # Create a new IPC namespace - "--ipc" - # Create a new mount namespace "--mount"