diff --git a/policycoreutils-rhat.patch b/policycoreutils-rhat.patch index f7367ec..d3af417 100644 --- a/policycoreutils-rhat.patch +++ b/policycoreutils-rhat.patch @@ -7,8 +7,8 @@ - -FC=/etc/security/selinux/file_contexts +SELINUXTYPE="targeted" -+. /etc/sysconfig/selinux -+FC=/etc/selinux/${SELINUXTYPE}/contexts/file_contexts ++. /etc/selinux/config ++FC=/etc/selinux/${SELINUXTYPE}/contexts/files/file_contexts LOGFILE=`mktemp /var/tmp/fixfiles.XXXXXXXXXX` || exit 1 -echo "logging to $LOGFILE" SETFILES=/usr/sbin/setfiles diff --git a/policycoreutils.spec b/policycoreutils.spec index 6797957..4b74dd2 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -1,7 +1,7 @@ Summary: SELinux policy core utilities. Name: policycoreutils Version: 1.13 -Release: 2 +Release: 3 License: GPL Group: System Environment/Base Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz @@ -72,6 +72,9 @@ rm -rf ${RPM_BUILD_ROOT} %config(noreplace) %{_sysconfdir}/sestatus.conf %changelog +* Tue May 25 2004 Dan Walsh 1.13-3 +- Change location of file_context file + * Tue May 25 2004 Dan Walsh 1.13-2 - Change to use /etc/sysconfig/selinux to determine location of policy files