auto-import policycoreutils-1.13-3 from policycoreutils-1.13-3.src.rpm

This commit is contained in:
cvsdist 2004-09-09 10:35:00 +00:00
parent 24ae558df4
commit af1869ce11
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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 <dwalsh@redhat.com> 1.13-3
- Change location of file_context file
* Tue May 25 2004 Dan Walsh <dwalsh@redhat.com> 1.13-2
- Change to use /etc/sysconfig/selinux to determine location of policy files