- Update to latest from upstream
This commit is contained in:
parent
c4826d0271
commit
ca0597162d
@ -56,3 +56,4 @@ serefpolicy-2.2.28.tgz
|
|||||||
serefpolicy-2.2.29.tgz
|
serefpolicy-2.2.29.tgz
|
||||||
serefpolicy-2.2.30.tgz
|
serefpolicy-2.2.30.tgz
|
||||||
serefpolicy-2.2.31.tgz
|
serefpolicy-2.2.31.tgz
|
||||||
|
serefpolicy-2.2.32.tgz
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
%define CHECKPOLICYVER 1.30.1-2
|
%define CHECKPOLICYVER 1.30.1-2
|
||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 2.2.31
|
Version: 2.2.32
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -122,6 +122,7 @@ ln -sf ../devel/include ${RPM_BUILD_ROOT}%{_usr}/share/selinux/%1/include \
|
|||||||
%define saveFileContext() \
|
%define saveFileContext() \
|
||||||
if [ -s /etc/selinux/config ]; then \
|
if [ -s /etc/selinux/config ]; then \
|
||||||
. %{_sysconfdir}/selinux/config; \
|
. %{_sysconfdir}/selinux/config; \
|
||||||
|
restorecon -R %{_sysconfdir}/selinux/%1; \
|
||||||
FILE_CONTEXT=%{_sysconfdir}/selinux/%1/contexts/files/file_contexts; \
|
FILE_CONTEXT=%{_sysconfdir}/selinux/%1/contexts/files/file_contexts; \
|
||||||
if [ "${SELINUXTYPE}" == %1 -a -f ${FILE_CONTEXT} ]; then \
|
if [ "${SELINUXTYPE}" == %1 -a -f ${FILE_CONTEXT} ]; then \
|
||||||
cp -f ${FILE_CONTEXT} ${FILE_CONTEXT}.pre; \
|
cp -f ${FILE_CONTEXT} ${FILE_CONTEXT}.pre; \
|
||||||
@ -320,6 +321,9 @@ ln -sf ../devel/include /usr/share/selinux/strict/include
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.32-1
|
||||||
|
- Update to latest from upstream
|
||||||
|
|
||||||
* Thu Apr 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.31-1
|
* Thu Apr 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.31-1
|
||||||
- Update to latest from upstream
|
- Update to latest from upstream
|
||||||
- Allow mono and unconfined to talk to initrc_t dbus objects
|
- Allow mono and unconfined to talk to initrc_t dbus objects
|
||||||
|
Loading…
Reference in New Issue
Block a user