summaryrefslogtreecommitdiff
path: root/contrib/securelinux_fix.py
Commit message (Collapse)AuthorAgeFilesLines
* Marc MERLIN's new recipes for secure Linuxes replaces these two files.bwarsaw2002-01-011-134/+0
|
* Fix this to check the config.pck and config.pck.last files too (I think).bwarsaw2001-10-041-5/+5
|
* Ben Gertzfield's patch to hardcode the path to the python executablebwarsaw2001-09-071-1/+1
| | | | | | | | | | | | | into the script's #! line -- based on --with-python settings, without losing CVS revision history. #! /usr/bin/env python becomes #! @PYTHON@ which gets substituted for in configure.
* Forward-port of Marc Merlin's securelinux_fix.py additions frombwarsaw2001-03-181-8/+6
| | | | Mailman 2.0.3.
* Updated to Marc MERLIN's latest version, which adds setgid() calls.bwarsaw2000-11-091-15/+17
| | | | | Minor edits by Barry to the docstring, and fixed one typo (missing parens in an fp.close() call).
* Marc Merlin's contributed script to provide support for Linux andbwarsaw2000-10-311-0/+134
restricted hardlinks. Unsupported. Closes SF patch #101812.