[selinux-policy] Fix file_context.subs_dist for now to work with pre usrmove

Daniel J Walsh dwalsh at fedoraproject.org
Tue Jan 31 20:26:36 UTC 2012


commit 9382499c6f1ab9135db1b0cc0df310c98ec9b456
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Tue Jan 31 15:26:31 2012 -0500

    Fix file_context.subs_dist for now to work with pre usrmove

 file_contexts.subs_dist |    3 ++-
 selinux-policy.spec     |    5 ++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/file_contexts.subs_dist b/file_contexts.subs_dist
index 99ed953..427372c 100644
--- a/file_contexts.subs_dist
+++ b/file_contexts.subs_dist
@@ -1,6 +1,7 @@
 /run /var/run
 /run/lock /var/lock
 /var/run/lock /var/lock
+/lib64 /lib
 /usr/lib64 /usr/lib
-/etc/systemd/system /usr/lib/systemd/system
+/etc/systemd/system /lib/systemd/system
 /var/lib/xguest/home /home
diff --git a/selinux-policy.spec b/selinux-policy.spec
index 5dddcb3..ee1c07a 100644
--- a/selinux-policy.spec
+++ b/selinux-policy.spec
@@ -16,7 +16,7 @@
 Summary: SELinux policy configuration
 Name: selinux-policy
 Version: 3.10.0
-Release: 81%{?dist}
+Release: 81.1%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source: serefpolicy-%{version}.tgz
@@ -471,6 +471,9 @@ SELinux Reference policy mls base module.
 %endif
 
 %changelog
+* Tue Jan 31 2012 Dan Walsh <dwalsh at redhat.com> 3.10.0-81.1
+- Fix file_context.subs_dist for now to work with pre usrmove
+
 * Mon Jan 30 2012 Miroslav Grepl <mgrepl at redhat.com> 3.10.0-81
 - More /usr move fixes
 


More information about the scm-commits mailing list