- Add git web policy
This commit is contained in:
parent
bd0db4f147
commit
1d1c058a4e
@ -70,6 +70,10 @@ ftp_home_dir = false
|
||||
# allow httpd to connect to mysql/posgresql
|
||||
httpd_can_network_connect_db = false
|
||||
|
||||
#
|
||||
# allow httpd to send dbus messages to avahi
|
||||
httpd_dbus_avahi = true
|
||||
|
||||
#
|
||||
# allow httpd to network relay
|
||||
httpd_can_network_relay = false
|
||||
|
@ -70,6 +70,10 @@ ftp_home_dir = false
|
||||
# allow httpd to connect to mysql/posgresql
|
||||
httpd_can_network_connect_db = false
|
||||
|
||||
#
|
||||
# allow httpd to send dbus messages to avahi
|
||||
httpd_dbus_avahi = true
|
||||
|
||||
#
|
||||
# allow httpd to network relay
|
||||
httpd_can_network_relay = false
|
||||
|
@ -410,7 +410,14 @@ dovecot = module
|
||||
#
|
||||
# Policy for GNU Privacy Guard and related programs.
|
||||
#
|
||||
gpg = off
|
||||
gpg = module
|
||||
|
||||
# Layer: apps
|
||||
# Module: git
|
||||
#
|
||||
# Policy for the stupid content tracker
|
||||
#
|
||||
git = module
|
||||
|
||||
# Layer: services
|
||||
# Module: gpm
|
||||
|
@ -410,7 +410,14 @@ dovecot = module
|
||||
#
|
||||
# Policy for GNU Privacy Guard and related programs.
|
||||
#
|
||||
gpg = off
|
||||
gpg = module
|
||||
|
||||
# Layer: apps
|
||||
# Module: git
|
||||
#
|
||||
# Policy for the stupid content tracker
|
||||
#
|
||||
git = module
|
||||
|
||||
# Layer: services
|
||||
# Module: gpm
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -20,7 +20,7 @@
|
||||
Summary: SELinux policy configuration
|
||||
Name: selinux-policy
|
||||
Version: 3.6.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Base
|
||||
Source: serefpolicy-%{version}.tgz
|
||||
@ -444,6 +444,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Feb 10 2009 Dan Walsh <dwalsh@redhat.com> 3.6.5-2
|
||||
- Add git web policy
|
||||
|
||||
* Mon Feb 9 2009 Dan Walsh <dwalsh@redhat.com> 3.6.5-1
|
||||
- Add setrans contains from upstream
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user