Differences between revisions 1 and 2
Revision 1 as of 2008-05-28 20:28:08
Size: 1328
Editor: terri
Comment:
Revision 2 as of 2008-07-31 14:05:33
Size: 61
Editor: dunxd
Comment: Page renamed to DOC/4.10 How to use Mailman on a linux-grsec kernel
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma page-filename DOC/versions/5603524
== 4.10. How to use Mailman on a linux/grsec kernel ==
Subject: [[../Mailman-Users|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
}}}


{{{
  ...<deletia>...
}}}


                                                                            * 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<<Color2(Converted from the Mailman FAQ Wizard, col=darkgreen)>>This is one of many [[../Frequently Asked Questions|Frequently Asked Questions]].
#REDIRECT DOC/4.10 How to use Mailman on a linux-grsec kernel

MailmanWiki: DOC/How to use Mailman on a linux-grsec kernel (last edited 2008-07-31 14:05:33 by dunxd)