Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 212547 | Differences between
and this patch

Collapse All | Expand All

(-)check_perms_grsecurity.py.orig (-2 / +2 lines)
Lines 132-139 Link Here
132
    print file
132
    print file
133
133
134
    print "\nEnsuring that all config.db/pck files are owned by Mailman"
134
    print "\nEnsuring that all config.db/pck files are owned by Mailman"
135
    cdbs = glob.glob(paths.prefix + '/lists/*/config.db*')
135
    cdbs = glob.glob(paths.var_prefix + '/lists/*/config.db*')
136
    cpcks = glob.glob(paths.prefix + '/lists/*/config.pck*')
136
    cpcks = glob.glob(paths.var_prefix + '/lists/*/config.pck*')
137
137
138
    for file in cdbs + cpcks:
138
    for file in cdbs + cpcks:
139
        stat = os.stat(file)
139
        stat = os.stat(file)

Return to bug 212547