Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 145445 Details for
Bug 212547
mailman-2.1.9-r3 not fully honoring VAR_PREFIX
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to check_perms_grsecurity.py
check_perms_grsecurity.py.diff (text/plain), 564 bytes, created by
Lindsay Haisley
on 2008-03-07 00:18:46 UTC
(
hide
)
Description:
patch to check_perms_grsecurity.py
Filename:
MIME Type:
Creator:
Lindsay Haisley
Created:
2008-03-07 00:18:46 UTC
Size:
564 bytes
patch
obsolete
>--- check_perms_grsecurity.py.orig 2008-03-06 18:12:09.000000000 -0600 >+++ check_perms_grsecurity.py 2008-03-06 18:16:01.000000000 -0600 >@@ -132,8 +132,8 @@ > print file > > print "\nEnsuring that all config.db/pck files are owned by Mailman" >- cdbs = glob.glob(paths.prefix + '/lists/*/config.db*') >- cpcks = glob.glob(paths.prefix + '/lists/*/config.pck*') >+ cdbs = glob.glob(paths.var_prefix + '/lists/*/config.db*') >+ cpcks = glob.glob(paths.var_prefix + '/lists/*/config.pck*') > > for file in cdbs + cpcks: > stat = os.stat(file)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 212547
:
145443
|
145444
| 145445