summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-03-07 06:09:24 +0000
committerbwarsaw2002-03-07 06:09:24 +0000
commit2f350deb85b1e03ef68967e97673502e455737cc (patch)
tree9ad4564e9d341a69ac0b0ce75a60d75a3523eb32
parentbb8c21f091b22d4d1f523dea3fcb07477cddf4d3 (diff)
downloadmailman-2f350deb85b1e03ef68967e97673502e455737cc.tar.gz
mailman-2f350deb85b1e03ef68967e97673502e455737cc.tar.zst
mailman-2f350deb85b1e03ef68967e97673502e455737cc.zip
-rw-r--r--contrib/check_perms_grsecurity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/check_perms_grsecurity.py b/contrib/check_perms_grsecurity.py
index 0fb3be2b8..d46d57a9b 100644
--- a/contrib/check_perms_grsecurity.py
+++ b/contrib/check_perms_grsecurity.py
@@ -118,7 +118,7 @@ class CheckFixUid:
os.chmod(file, 06755)
print "\nMaking mail wrapper setuid mailman"
- file= paths.prefix + '/mail/wrapper'
+ file= paths.prefix + '/mail/mailman'
os.chown(file, MAILMAN_UID, MAILMAN_GID)
os.chmod(file, 06755)
print file