1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2024-11-12 19:27:17 +00:00

Open /tmp/tfw_* pipes for all users

This commit is contained in:
Kristóf Tóth 2019-09-06 15:56:35 +02:00
parent e016fc0a24
commit fa1cdbfd6e

View File

@ -17,7 +17,8 @@ def main():
json_pipe_eh = eh_factory.build(PipeIOHandler(
'/tmp/tfw_send',
'/tmp/tfw_recv'
'/tmp/tfw_recv',
permissions=0o666
))
proxy_pipe_eh = eh_factory.build(ProxyPipeConnectorHandler(TFWENV.PIPES_DIR))