auto-import policycoreutils-1.13-3 from policycoreutils-1.13-3.src.rpm
This commit is contained in:
parent
24ae558df4
commit
af1869ce11
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user