Differences between revisions 1 and 2
Revision 1 as of 2008-07-31 14:05:33
Size: 1347
Editor: dunxd
Comment:
Revision 2 as of 2008-07-31 14:05:34
Size: 1316
Editor: dunxd
Comment: Migrated to Confluence 4.0
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma page-filename DOC/versions/14352638 #pragma page-filename DOC/versions/4030696
Line 3: Line 3:
Line 11: Line 12:
Line 16: Line 16:
\----------------------------------------------------------------------------(\)-- ----------------------------------------------------------------------------
Line 40: Line 40:
\----------------------------------------------------------------------------(\)-- ----------------------------------------------------------------------------
Line 42: Line 42:
''Last changed on Tue Dec 4 23:02:32 2001 by'' J C Lawrence
<<Color2(Converted from the Mailman FAQ Wizard, col=darkgreen)>>This is one of many [[../Frequently Asked Questions|Frequently Asked Questions]].
''Last changed on Tue Dec 4 23:02:32 2001 by'' J C Lawrence<<BR>> Converted from the Mailman FAQ Wizard

This is one of many [[../Frequently Asked Questions|Frequently Asked Questions]].

4.10. How to use Mailman on a linux/grsec kernel

Subject: Mailman-Users Running mailman on a linux/grsecurity kernel

  From: Marc MERLIN
  Date: Tue, 4 Dec 2001 12:10:43 -0800
  To: mailman-users@python.org

  ...&lt;deletia&gt;...


Steps you need to take to run mailman on a linux grsecurity protected kernel

1) Install and run securelinux_fix.py -f

2) Grsecurity will not run binaries if the directory they're in is writable by a user other than root:

   panoramix:/var/local/mailman/mail# chown root.mailman .
   panoramix:/var/local/mailman/mail# chmod 755 .
   panoramix:/var/local/mailman/mail# chattr +i .

3) Apply the same fix to the CGIs

   panoramix:/var/local/mailman/cgi-bin# chown root.mailman .
   panoramix:/var/local/mailman/cgi-bin# chmod 755 .
   panoramix:/var/local/mailman/cgi-bin# chattr +i .

Marc


Last changed on Tue Dec 4 23:02:32 2001 by J C Lawrence
Converted from the Mailman FAQ Wizard

This is one of many Frequently Asked Questions.

MailmanWiki: DOC/4.10 How to use Mailman on a linux-grsec kernel (last edited 2015-03-05 01:45:13 by JimTittsler)