mirror of
https://github.com/Rudd-O/ansible-qubes.git
synced 2025-03-01 14:22:33 +01:00
do not propagate signals received by this program to the child qrexec
This commit is contained in:
parent
ad02b71c57
commit
34be9f2b98
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user