- Add xace support

This commit is contained in:
Daniel J Walsh 2008-02-22 20:32:52 +00:00
parent 8bd036a289
commit 5ca2ff99b6
4 changed files with 3084 additions and 1210 deletions

View File

@ -138,3 +138,4 @@ serefpolicy-3.2.6.tgz
serefpolicy-3.2.7.tgz
serefpolicy-3.2.8.tgz
serefpolicy-3.2.9.tgz
serefpolicy-3.3.0.tgz

File diff suppressed because it is too large Load Diff

View File

@ -16,8 +16,8 @@
%define CHECKPOLICYVER 2.0.3-1
Summary: SELinux policy configuration
Name: selinux-policy
Version: 3.2.9
Release: 2%{?dist}
Version: 3.3.0
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Base
Source: serefpolicy-%{version}.tgz
@ -128,6 +128,7 @@ echo -n > %{buildroot}%{_sysconfdir}/selinux/%1/contexts/customizable_types \
%config %{_sysconfdir}/selinux/%1/contexts/customizable_types \
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/securetty_types \
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/dbus_contexts \
%config %{_sysconfdir}/selinux/%1/contexts/x_contexts \
%config %{_sysconfdir}/selinux/%1/contexts/default_contexts \
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/default_type \
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/failsafe_context \
@ -171,7 +172,7 @@ fi;
%description
SELinux Reference Policy - modular.
Based off of reference policy: Checked out revision 2594.
Based off of reference policy: Checked out revision 2624.
%build
@ -387,6 +388,9 @@ exit 0
%endif
%changelog
* Fri Feb 22 2008 Dan Walsh <dwalsh@redhat.com> 3.3.0-1
- Add xace support
* Thu Feb 21 2008 Dan Walsh <dwalsh@redhat.com> 3.2.9-2
- Add fusectl file system

View File

@ -1 +1 @@
e7ad4cefb7c43d68f4ad271410708ad3 serefpolicy-3.2.9.tgz
79abbaf341591fda2d475f1adc416d2a serefpolicy-3.3.0.tgz