From 7e6002ef77007d098c7e90ec060150f0a3eed71e Mon Sep 17 00:00:00 2001 From: Valentin Vidic Date: Wed, 9 Mar 2011 14:05:24 +0100 Subject: [PATCH] Recreate request file with public permissions. --- debian/postinst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 932d18d..a192ddc 100644 --- a/debian/postinst +++ b/debian/postinst @@ -181,9 +181,10 @@ send_mail() { return fi - umask 077 + umask 022 chmod 0700 $GPG_HOME echo Generating request in $REQUEST_FILE + rm -f $REQUEST_FILE # Header cat > $REQUEST_FILE <