ash: fix redir_leak.tests if STANDALONE=y
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 26 Jul 2017 11:42:53 +0000 (13:42 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 26 Jul 2017 11:42:53 +0000 (13:42 +0200)
commitb31b61bb9bff8a920b7e25b83e3aa08f7c907331
tree6a4bbc0e30e933d709cedbf2f3d5969675c3dfbb
parentb0648b0e7874e8551df64708532346a049ab7f2c
ash: fix redir_leak.tests if STANDALONE=y

If STANDALONE and we run a NOEXEC applet, saved copies of redirected fds
were visible for the child. They have CLOEXEC bit, yes, but we do not exec
in this case.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c