From a615d5b893f303ac738aa3ae561079cf092b68e9 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: May 02 2007 02:53:14 +0000 Subject: - Update to latest from upstream --- diff --git a/selinux-policy.spec b/selinux-policy.spec index 1a8e633..741d617 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -162,12 +162,13 @@ FILE_CONTEXT=%{_sysconfdir}/selinux/%1/contexts/files/file_contexts; \ selinuxenabled; \ if [ $? == 0 -a "${SELINUXTYPE}" == %1 -a -f ${FILE_CONTEXT}.pre ]; then \ fixfiles -C ${FILE_CONTEXT}.pre restore; \ + restorecon -R /var/log 2> /dev/null; \ rm -f ${FILE_CONTEXT}.pre; \ fi; %description SELinux Reference Policy - modular. -Based off of reference policy: Checked out revision 2261. +Based off of reference policy: Checked out revision 2282. %prep %setup -q -n serefpolicy-%{version} @@ -246,7 +247,7 @@ SETLOCALDEFS=0 " > /etc/selinux/config ln -sf ../selinux/config /etc/sysconfig/selinux - restorecon -R /etc/selinux/config /var/log 2> /dev/null + restorecon /etc/selinux/config 2> /dev/null else . /etc/selinux/config # if first time update booleans.local needs to be copied to sandbox diff --git a/sources b/sources index 3241866..3e672a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6c71fff9af0e76ec96150c819d0613b5 serefpolicy-2.6.2.tgz +9d4a51d5eb19dcf85fa1e28bfb27d048 serefpolicy-2.6.2.tgz