Size: 1347
Comment:
|
Size: 1231
Comment: Cleanup
|
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: |
Subject: [[../Mailman-Users|Mailman-Users]] Running mailman on a linux/grsecurity kernel | Subject: Mailman-Users Running mailman on a linux/grsecurity kernel |
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]]. |
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
...<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
Converted from the Mailman FAQ Wizard
This is one of many Frequently Asked Questions.