commit | fb081eb64b36a9de5a43f3d69d9e628b6eb1afc7 | [log] [tgz] |
---|---|---|
author | Stephen Smalley <sds@tycho.nsa.gov> | Mon Jul 10 13:03:01 2017 -0400 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Mon Jul 10 13:03:01 2017 -0400 |
tree | 78c5fe1afc7c102448e24f7f06a9e617bb06abdd | |
parent | 83fbc0979d390686196db63d6e17d5e5997b2c02 [diff] |
open_init_pty: Do not make stdin and stdout non-blocking It is unclear why this was being done in the first place, and it has caused multiple bugs with run_init/open_init_pty usage. Fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863187 Fixes: https://bugs.gentoo.org/show_bug.cgi?id=621062 Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>