mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 06:52:56 +00:00 
			
		
		
		
	Open /tmp/tfw_* pipes for all users
This commit is contained in:
		@@ -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))
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user