diff --git a/bin/bombshell-client b/bin/bombshell-client index 6c4d2e0..3787221 100755 --- a/bin/bombshell-client +++ b/bin/bombshell-client @@ -259,6 +259,7 @@ def main_master(): stdin=subprocess.PIPE, stdout=subprocess.PIPE, close_fds=True, + preexec_fn=os.setpgrp, ) except OSError, e: logging.error("cannot launch qrexec-client-vm: %s", e)