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
|
-FC=/etc/security/selinux/file_contexts
|
||||||
+SELINUXTYPE="targeted"
|
+SELINUXTYPE="targeted"
|
||||||
+. /etc/sysconfig/selinux
|
+. /etc/selinux/config
|
||||||
+FC=/etc/selinux/${SELINUXTYPE}/contexts/file_contexts
|
+FC=/etc/selinux/${SELINUXTYPE}/contexts/files/file_contexts
|
||||||
LOGFILE=`mktemp /var/tmp/fixfiles.XXXXXXXXXX` || exit 1
|
LOGFILE=`mktemp /var/tmp/fixfiles.XXXXXXXXXX` || exit 1
|
||||||
-echo "logging to $LOGFILE"
|
-echo "logging to $LOGFILE"
|
||||||
SETFILES=/usr/sbin/setfiles
|
SETFILES=/usr/sbin/setfiles
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: SELinux policy core utilities.
|
Summary: SELinux policy core utilities.
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 1.13
|
Version: 1.13
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
||||||
@ -72,6 +72,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%config(noreplace) %{_sysconfdir}/sestatus.conf
|
%config(noreplace) %{_sysconfdir}/sestatus.conf
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue May 25 2004 Dan Walsh <dwalsh@redhat.com> 1.13-2
|
||||||
- Change to use /etc/sysconfig/selinux to determine location of policy files
|
- Change to use /etc/sysconfig/selinux to determine location of policy files
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user