summaryrefslogtreecommitdiff
path: root/contrib/check_perms_grsecurity.py
Commit message (Collapse)AuthorAgeFilesLines
* The current contrib directory is not really compatible or appropriate forBarry Warsaw2011-06-161-182/+0
| | | | Mailman 3. Maybe it'll come back later.
* Fixed bug # 1660666.msapiro2007-02-151-3/+4
|
* Update copyright years.bwarsaw2007-01-191-1/+1
|
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
|
* A couple of fixes as identified by Rostyk Ivantsiv, but mostlybwarsaw2003-02-191-5/+6
| | | | | | | | | untested. Whitespace normalization, along with an indentation fix. chown() call still used MAILMAN_GID but that variable is gone now. Instead, use grp.getgrnam() to get the gid from MAILMAN_GROUP.
* Patch set for SF bug #596565. Use symbolic user/group names insteadbwarsaw2002-08-231-70/+77
| | | | | | | | | | | | | | of numeric ids. Initial idea and patch by Todd Vierling, fleshed out by Barry. Specific changes here: MAILMAN_UID -> MAILMAN_USER MAILMAN_GID -> MAILMAN_GROUP Note that this change is a pure textual substitution and eyeballing. I don't have a way to test this file, so would appreciate someone else looking at it and verifying the changes.
* Marc MERLIN's update for the wrapper renaming.bwarsaw2002-03-071-1/+1
|
* Fix copyright yearsbwarsaw2002-01-011-1/+1
|
* New updates by Marc MERLIN for hints on getting Mailman to run onbwarsaw2002-01-011-0/+173
secure Linuxes (Lini? :).