diff options
Diffstat (limited to 'contrib/check_perms_grsecurity.py')
| -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 |
