mirror of
https://github.com/SELinuxProject/selinux
synced 2025-02-14 00:28:04 +00:00
Making stdin/stdout non-blocking causes open_init_pty to hang if
they are closed, ala
./open_init_pty bash -c 'echo hello; exec >&- 2>&- <&-; sleep 1; '
and per
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474956#10
This reverts commit
|
||
---|---|---|
.. | ||
Makefile | ||
open_init_pty.8 | ||
open_init_pty.c | ||
run_init.8 | ||
run_init.c | ||
run_init.pamd |