From 52b50bd537975831ed3de79b17a85d041aa91dc1 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 4 Aug 1997 01:22:10 +0000 Subject: do not permit gzexe on sh -- the results are terrifying; finrod@pugwash.priv.no --- gnu/usr.bin/gzip/gzexe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/usr.bin') diff --git a/gnu/usr.bin/gzip/gzexe b/gnu/usr.bin/gzip/gzexe index 0c248d99201..27b697b21c9 100644 --- a/gnu/usr.bin/gzip/gzexe +++ b/gnu/usr.bin/gzip/gzexe @@ -74,7 +74,7 @@ for i do continue fi case "`basename $i`" in - gzip | tail | chmod | ln | sleep | rm) + sh | gzip | tail | chmod | ln | sleep | rm) echo "${x}: $i would depend on itself"; continue ;; esac if test -z "$cpmod"; then -- cgit v1.2.3