summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-08-04 01:22:10 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-08-04 01:22:10 +0000
commit52b50bd537975831ed3de79b17a85d041aa91dc1 (patch)
tree74f989b1d317b0c4ffcfbf5448954bdaed4f4fa3 /gnu/usr.bin
parentd6d684312386871a44860c4f3bfab39b1f285645 (diff)
do not permit gzexe on sh -- the results are terrifying; finrod@pugwash.priv.no
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/gzip/gzexe2
1 files changed, 1 insertions, 1 deletions
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