|
Line
Link Here
|
| 0 |
-- check_perms_grsecurity.py 2014-03-27 17:55:56.260000000 +0100 |
0 |
++ check_perms_grsecurity_fixed.py 2014-03-27 17:57:24.300000000 +0100 |
|
Lines 145-151
Link Here
|
| 145 |
print "\nPatching mailman scripts to change the uid to mailman" |
145 |
print "\nPatching mailman scripts to change the uid to mailman" |
| 146 |
for script in binfilestopatch: |
146 |
for script in binfilestopatch: |
| 147 |
filefd = open(script, "r") |
147 |
filefd = open(paths.prefix+'/bin/'+script, "r") |
| 148 |
file = filefd.readlines() |
148 |
file = filefd.readlines() |
| 149 |
filefd.close() |
149 |
filefd.close() |