- Add nagios policy

This commit is contained in:
Daniel J Walsh 2006-07-28 17:44:17 +00:00
parent 90c4086837
commit 1f20939ac3
3 changed files with 19 additions and 2 deletions

View File

@ -1283,3 +1283,10 @@ openvpn = base
# Policy for the SELinux troubleshooting utility # Policy for the SELinux troubleshooting utility
# #
setroubleshoot = base setroubleshoot = base
# Layer: services
# Module: nagios
#
# policy for nagios Host/service/network monitoring program
#
nagios = module

View File

@ -1093,6 +1093,7 @@ setrans = base
# #
openvpn = base openvpn = base
# Layer: services # Layer: services
# Module: setroubleshoot # Module: setroubleshoot
# #
@ -1100,5 +1101,11 @@ openvpn = base
# #
setroubleshoot = base setroubleshoot = base
# Layer: services
# Module: nagios
#
# policy for nagios Host/service/network monitoring program
#
nagios = module

View File

@ -16,7 +16,7 @@
Summary: SELinux policy configuration Summary: SELinux policy configuration
Name: selinux-policy Name: selinux-policy
Version: 2.3.3 Version: 2.3.3
Release: 12 Release: 13
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
Source: serefpolicy-%{version}.tgz Source: serefpolicy-%{version}.tgz
@ -348,11 +348,14 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
%endif %endif
%changelog %changelog
* Wed Jul 26 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-13
- Add nagios policy
* Wed Jul 26 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-12 * Wed Jul 26 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-12
- fixes for setroubleshoot - fixes for setroubleshoot
* Wed Jul 26 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-11 * Wed Jul 26 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-11
- Added Paul Howorth patch to only load policy packages shipped - Added Paul Howarth patch to only load policy packages shipped
with this package with this package
- Allow pidof from initrc to ptrace higher level domains - Allow pidof from initrc to ptrace higher level domains
- Allow firstboot to communicate with hal via dbus - Allow firstboot to communicate with hal via dbus