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
1 changed files with 2 additions and 1 deletions

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