* 'unshare_clear_environ' of https://github.com/cgoesche/util-linux-fork:
nsenter: use clearenv() only when it is available
tests: (unshare) add --clear-env option tests
tests: (test_strerror.c) use ARRAY_SIZE for better readability/portability
tests: (test_strerror.c) add EPERM errno support
bash-completion: (unshare) add --clear-env option
unshare: (manpage) fix minor typos
unshare: new option to prevent environment variable inheritance
# Conflicts:
# tests/helpers/test_strerror.c
E(ENOTTY),
E(EILSEQ),
E(EINVAL),
+ E(ERANGE),
+ E(EPERM),
};
int main(int argc, const char *argv[])