diff options
| author | bwarsaw | 2002-03-07 06:09:24 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-03-07 06:09:24 +0000 |
| commit | 2f350deb85b1e03ef68967e97673502e455737cc (patch) | |
| tree | 9ad4564e9d341a69ac0b0ce75a60d75a3523eb32 /contrib | |
| parent | bb8c21f091b22d4d1f523dea3fcb07477cddf4d3 (diff) | |
| download | mailman-2f350deb85b1e03ef68967e97673502e455737cc.tar.gz mailman-2f350deb85b1e03ef68967e97673502e455737cc.tar.zst mailman-2f350deb85b1e03ef68967e97673502e455737cc.zip | |
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/check_perms_grsecurity.py | 2 |
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 |
