- Turn on puppet policy

- Update to dgrift git policy
This commit is contained in:
Daniel J Walsh 2010-01-14 21:49:18 +00:00
parent 9d9b717f1e
commit 89ad5ea38f
5 changed files with 859 additions and 395 deletions

View File

@ -140,7 +140,11 @@ samba_enable_home_dirs = false
# Allow squid to connect to all ports, not justHTTP, FTP, and Gopher ports. # Allow squid to connect to all ports, not justHTTP, FTP, and Gopher ports.
# #
squid_connect_any = false squid_connect_any = true
# Allow privoxy to connect to all ports, not justHTTP, FTP, and Gopher ports.
#
privoxy_connect_any = true
# Support NFS home directories # Support NFS home directories
# #

View File

@ -633,6 +633,12 @@ hddtemp = module
# #
policykit = module policykit = module
# Layer: services
# Module: puppet
#
# A network tool for managing many disparate systems
#
puppet = module
# Layer: apps # Layer: apps
# Module: ptchown # Module: ptchown

View File

@ -633,6 +633,12 @@ hddtemp = module
# #
policykit = module policykit = module
# Layer: services
# Module: puppet
#
# A network tool for managing many disparate systems
#
puppet = module
# Layer: apps # Layer: apps
# Module: ptchown # Module: ptchown

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@
Summary: SELinux policy configuration Summary: SELinux policy configuration
Name: selinux-policy Name: selinux-policy
Version: 3.7.7 Version: 3.7.7
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Base Group: System Environment/Base
Source: serefpolicy-%{version}.tgz Source: serefpolicy-%{version}.tgz
@ -455,6 +455,10 @@ exit 0
%endif %endif
%changelog %changelog
* Thu Jan 7 2010 Dan Walsh <dwalsh@redhat.com> 3.7.7-2
- Turn on puppet policy
- Update to dgrift git policy
* Mon Jan 7 2010 Dan Walsh <dwalsh@redhat.com> 3.7.7-1 * Mon Jan 7 2010 Dan Walsh <dwalsh@redhat.com> 3.7.7-1
- Move users file to selection by spec file. - Move users file to selection by spec file.
- Allow vncserver to run as unconfined_u:unconfined_r:unconfined_t - Allow vncserver to run as unconfined_u:unconfined_r:unconfined_t