K 10 svn:author V 6 emaste K 8 svn:date V 27 2016-09-20T21:38:12.181701Z K 7 svn:log V 273 elfdump: limit STDIN to no rights rather than closing it Closing stdin/stdout/stderr is often a bad idea as a future open() can end up with its fd. Leave it open and limit it to no rights instead. Reviewed by: cem Differential Revision: https://reviews.freebsd.org/D7984 END