gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: -removed process namespaces from netjail


From: gnunet
Subject: [gnunet] branch master updated: -removed process namespaces from netjail script
Date: Sat, 31 Jul 2021 23:43:29 +0200

This is an automated email from the git hooks/post-receive script.

thejackimonster pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new f15deffc7 -removed process namespaces from netjail script
f15deffc7 is described below

commit f15deffc74ae9cb9ea9b32c14f55e4e125d0f4ba
Author: TheJackiMonster <thejackimonster@gmail.com>
AuthorDate: Sat Jul 31 23:39:56 2021 +0200

    -removed process namespaces from netjail script
    
    Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
---
 contrib/scripts/netjail/netjail_core.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/scripts/netjail/netjail_core.sh 
b/contrib/scripts/netjail/netjail_core.sh
index d070f7220..1bfc365e7 100755
--- a/contrib/scripts/netjail/netjail_core.sh
+++ b/contrib/scripts/netjail/netjail_core.sh
@@ -152,7 +152,7 @@ netjail_node_exec() {
        local FD_OUT=$3
        shift 3
 
-       unshare -fp --kill-child -- ip netns exec $NODE sudo -u $JAILOR -- $@ 
1>& $FD_OUT 0<& $FD_IN
+       ip netns exec $NODE sudo -u $JAILOR -- $@ 1>& $FD_OUT 0<& $FD_IN
 }
 
 netjail_kill() {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]