- Update to Latest upstream
This commit is contained in:
parent
496752533e
commit
8c3a31a48a
@ -161,3 +161,4 @@ serefpolicy-3.6.3.tgz
|
||||
serefpolicy-3.6.4.tgz
|
||||
serefpolicy-3.6.5.tgz
|
||||
serefpolicy-3.6.6.tgz
|
||||
serefpolicy-3.6.7.tgz
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -19,8 +19,8 @@
|
||||
%define CHECKPOLICYVER 2.0.16-3
|
||||
Summary: SELinux policy configuration
|
||||
Name: selinux-policy
|
||||
Version: 3.6.6
|
||||
Release: 8%{?dist}
|
||||
Version: 3.6.7
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Base
|
||||
Source: serefpolicy-%{version}.tgz
|
||||
@ -186,7 +186,7 @@ fi;
|
||||
|
||||
%description
|
||||
SELinux Reference Policy - modular.
|
||||
Based off of reference policy: Checked out revision 2909.
|
||||
Based off of reference policy: Checked out revision 2913.
|
||||
|
||||
%build
|
||||
|
||||
@ -446,6 +446,12 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Mar 2 2009 Dan Walsh <dwalsh@redhat.com> 3.6.7-1
|
||||
- Update to Latest upstream
|
||||
|
||||
* Sat Feb 28 2009 Dan Walsh <dwalsh@redhat.com> 3.6.6-9
|
||||
- Fix setrans.conf to show SystemLow for s0
|
||||
|
||||
* Fri Feb 27 2009 Dan Walsh <dwalsh@redhat.com> 3.6.6-8
|
||||
- Further confinement of qemu images via svirt
|
||||
|
||||
|
@ -14,6 +14,6 @@
|
||||
# s0:c2=Unclassified
|
||||
# s0:c3=TopSecret
|
||||
# s0:c1,c3=CompanyConfidentialRedHat
|
||||
s0=
|
||||
s0=SystemLow
|
||||
s0-s0:c0.c1023=SystemLow-SystemHigh
|
||||
s0:c0.c1023=SystemHigh
|
||||
|
@ -14,6 +14,6 @@
|
||||
# s0:c2=Unclassified
|
||||
# s0:c3=TopSecret
|
||||
# s0:c1,c3=CompanyConfidentialRedHat
|
||||
s0=
|
||||
s0=SystemLow
|
||||
s0-s0:c0.c1023=SystemLow-SystemHigh
|
||||
s0:c0.c1023=SystemHigh
|
||||
|
@ -14,6 +14,6 @@
|
||||
# s0:c2=Unclassified
|
||||
# s0:c3=TopSecret
|
||||
# s0:c1,c3=CompanyConfidentialRedHat
|
||||
s0=
|
||||
s0=SystemLow
|
||||
s0-s0:c0.c1023=SystemLow-SystemHigh
|
||||
s0:c0.c1023=SystemHigh
|
||||
|
@ -14,6 +14,6 @@
|
||||
# s0:c2=Unclassified
|
||||
# s0:c3=TopSecret
|
||||
# s0:c1,c3=CompanyConfidentialRedHat
|
||||
s0=
|
||||
s0=SystemLow
|
||||
s0-s0:c0.c1023=SystemLow-SystemHigh
|
||||
s0:c0.c1023=SystemHigh
|
||||
|
Loading…
Reference in New Issue
Block a user