- Add two new httpd booleans, turned off by default
httpd_can_network_relay httpd_can_network_connect_db
This commit is contained in:
parent
7c94e8ecfd
commit
e1ccb6fe66
@ -58,6 +58,14 @@ ftp_home_dir = false
|
||||
#
|
||||
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)
|
||||
#
|
||||
httpd_builtin_scripting = true
|
||||
|
@ -10,7 +10,7 @@
|
||||
Summary: SELinux policy configuration
|
||||
Name: selinux-policy
|
||||
Version: 2.1.1
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
Source: serefpolicy-%{version}.tgz
|
||||
@ -239,6 +239,11 @@ SELinux Reference policy %{polname3} base module.
|
||||
|
||||
|
||||
%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
|
||||
- Add ghost for policy.20
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user