- Add two new httpd booleans, turned off by default

httpd_can_network_relay
httpd_can_network_connect_db
This commit is contained in:
Daniel J Walsh 2005-12-09 20:59:20 +00:00
parent 7c94e8ecfd
commit e1ccb6fe66
2 changed files with 14 additions and 1 deletions

View File

@ -58,6 +58,14 @@ ftp_home_dir = false
# #
ftpd_is_daemon = true ftpd_is_daemon = true
#
# allow httpd to connect to mysql/posgresql
httpd_can_network_connect_db = false
#
# allow httpd to network relay
httpd_can_network_relay = false
# Allow httpd to use built in scripting (usually php) # Allow httpd to use built in scripting (usually php)
# #
httpd_builtin_scripting = true httpd_builtin_scripting = true

View File

@ -10,7 +10,7 @@
Summary: SELinux policy configuration Summary: SELinux policy configuration
Name: selinux-policy Name: selinux-policy
Version: 2.1.1 Version: 2.1.1
Release: 2 Release: 3
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
Source: serefpolicy-%{version}.tgz Source: serefpolicy-%{version}.tgz
@ -239,6 +239,11 @@ SELinux Reference policy %{polname3} base module.
%changelog %changelog
* Fri Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.1-3
- Add two new httpd booleans, turned off by default
* httpd_can_network_relay
* httpd_can_network_connect_db
* Fri Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.1-2 * Fri Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.1-2
- Add ghost for policy.20 - Add ghost for policy.20