All of lore.kernel.org
 help / color / mirror / Atom feed
* Adding two new booleans to httpd to tighten it's security.
@ 2005-12-09 20:58 Daniel J Walsh
       [not found] ` <20051212110247.GA25100@redhat.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel J Walsh @ 2005-12-09 20:58 UTC (permalink / raw)
  To: SE Linux, Joe Orton, Mark J Cox,
	Fedora SELinux support list for users & developers.,
	Nalin Dahyabhai


Currently policy allows httpd to connect to relay ports and to 
mysql/postgres ports.

Adding these booleans
    * httpd_can_network_relay
    * httpd_can_network_connect_db

And turning this feature off by default.  This is going into tonights 
reference policy and into FC4 test release.
If we had these turned off we would have prevented the last apache worm 
virus. 

This could cause problems for people who run httpd relays or have their 
apache databases talking to mysql and postgres databases over the network.

You can turn the features back on by executing:
setsebool -P httpd_can_network_relay=1
or
setsebool -P httpd_can_network_connect_db=1

Will consider adding this feature to RHEL in a future update.

Comments?

Dan

-- 



--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-12-14  3:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-09 20:58 Adding two new booleans to httpd to tighten it's security Daniel J Walsh
     [not found] ` <20051212110247.GA25100@redhat.com>
2005-12-13  4:14   ` Daniel J Walsh
     [not found]   ` <439E23F3.7090709@speakeasy.net>
2005-12-13  4:15     ` Daniel J Walsh
2005-12-13 14:46       ` Tom London
     [not found]       ` <439F4A13.3020701@speakeasy.net>
2005-12-14  3:31         ` Tom London

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.