Re: [PATCH] sandbox: new --stdinout option to enable a bidirectional console

2017-06-06 Thread Aleksander Morgado
On Tue, Jun 6, 2017 at 8:53 AM, Sascha Hauer wrote: >> In addition to allowing read-only and write-only consoles with --stdin >> and --stdout, we now allow bidirectional read/write consoles with FIFO >> files. This is e.g. to allow doing RATP over the FIFO based consoles.

Re: [PATCH] sandbox: new --stdinout option to enable a bidirectional console

2017-06-06 Thread Sascha Hauer
On Fri, Jun 02, 2017 at 02:01:05PM +0200, Aleksander Morgado wrote: > In addition to allowing read-only and write-only consoles with --stdin > and --stdout, we now allow bidirectional read/write consoles with FIFO > files. This is e.g. to allow doing RATP over the FIFO based consoles. > >

[PATCH] sandbox: new --stdinout option to enable a bidirectional console

2017-06-02 Thread Aleksander Morgado
In addition to allowing read-only and write-only consoles with --stdin and --stdout, we now allow bidirectional read/write consoles with FIFO files. This is e.g. to allow doing RATP over the FIFO based consoles. Signed-off-by: Aleksander Morgado ---