- Update to upstream
- New handling of init scripts
This commit is contained in:
parent
3ad3552b8a
commit
0a219fe07b
@ -147,3 +147,4 @@ serefpolicy-3.5.2.tgz
|
||||
serefpolicy-3.5.3.tgz
|
||||
serefpolicy-3.5.4.tgz
|
||||
serefpolicy-3.5.5.tgz
|
||||
serefpolicy-3.5.6.tgz
|
||||
|
@ -1623,8 +1623,6 @@ unprivuser = module
|
||||
# Layer: services
|
||||
# Module: prelude
|
||||
#
|
||||
#
|
||||
#
|
||||
prelude = module
|
||||
|
||||
# Layer: services
|
||||
@ -1682,3 +1680,10 @@ livecd = module
|
||||
# Snort network intrusion detection system
|
||||
#
|
||||
snort = module
|
||||
|
||||
# Layer: services
|
||||
# Module: memcached
|
||||
#
|
||||
# high-performance memory object caching system
|
||||
#
|
||||
memcached = module
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -16,8 +16,8 @@
|
||||
%define CHECKPOLICYVER 2.0.16-1
|
||||
Summary: SELinux policy configuration
|
||||
Name: selinux-policy
|
||||
Version: 3.5.5
|
||||
Release: 3%{?dist}
|
||||
Version: 3.5.6
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Base
|
||||
Source: serefpolicy-%{version}.tgz
|
||||
@ -159,7 +159,7 @@ fi;
|
||||
|
||||
%description
|
||||
SELinux Reference Policy - modular.
|
||||
Based off of reference policy: Checked out revision 2778.
|
||||
Based off of reference policy: Checked out revision 2797.
|
||||
|
||||
%build
|
||||
|
||||
@ -380,6 +380,14 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Sep 3 2008 Dan Walsh <dwalsh@redhat.com> 3.5.6-1
|
||||
- Update to upstream
|
||||
- New handling of init scripts
|
||||
|
||||
* Fri Aug 29 2008 Dan Walsh <dwalsh@redhat.com> 3.5.5-4
|
||||
- Allow pcsd to dbus
|
||||
- Add memcache policy
|
||||
|
||||
* Fri Aug 29 2008 Dan Walsh <dwalsh@redhat.com> 3.5.5-3
|
||||
- Allow audit dispatcher to kill his children
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user