do not propagate signals received by this program to the child qrexec

This commit is contained in:
Manuel Amador (Rudd-O) 2015-10-20 18:38:27 +00:00
parent ad02b71c57
commit 34be9f2b98

View File

@ -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)