mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-12-05 02:21:31 +00:00
Open /tmp/tfw_* pipes for all users
This commit is contained in:
parent
e016fc0a24
commit
fa1cdbfd6e
@ -17,7 +17,8 @@ def main():
|
|||||||
|
|
||||||
json_pipe_eh = eh_factory.build(PipeIOHandler(
|
json_pipe_eh = eh_factory.build(PipeIOHandler(
|
||||||
'/tmp/tfw_send',
|
'/tmp/tfw_send',
|
||||||
'/tmp/tfw_recv'
|
'/tmp/tfw_recv',
|
||||||
|
permissions=0o666
|
||||||
))
|
))
|
||||||
proxy_pipe_eh = eh_factory.build(ProxyPipeConnectorHandler(TFWENV.PIPES_DIR))
|
proxy_pipe_eh = eh_factory.build(ProxyPipeConnectorHandler(TFWENV.PIPES_DIR))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user