commit | b31b61bb9bff8a920b7e25b83e3aa08f7c907331 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Wed Jul 26 13:42:53 2017 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Wed Jul 26 13:42:53 2017 +0200 |
tree | 6a4bbc0e30e933d709cedbf2f3d5969675c3dfbb | |
parent | b0648b0e7874e8551df64708532346a049ab7f2c [diff] |
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>