From d92b076e52addce73e0e52f6999ea5b330dfaa92 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 15 Oct 2001 15:51:12 +0000 Subject: Oops, don't allow public reading of infected.!!! --- security/drweb/scripts/post-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security') diff --git a/security/drweb/scripts/post-install b/security/drweb/scripts/post-install index f1eccc4..359ca82 100644 --- a/security/drweb/scripts/post-install +++ b/security/drweb/scripts/post-install @@ -28,6 +28,6 @@ if ! grep -q drweb /etc/crontab; then echo "" fi [ "$ex" = "1" ] && exit 1 -install -dv -m 0775 -o ${BINOWN} -g drweb ${PREFIX}/drweb/run \ - ${PREFIX}/drweb/infected.!!! +install -dv -m 0775 -o ${BINOWN} -g drweb ${PREFIX}/drweb/run +install -dv -m 0770 -o ${BINOWN} -g drweb ${PREFIX}/drweb/infected.!!! exit 0 -- cgit v1.1