[selinux-policy] Remove /lib64 subs since this is not a link, swithc /lib/systemd to /usr/lib since the usrmove

Daniel J Walsh dwalsh at fedoraproject.org
Mon Jan 30 19:58:46 UTC 2012


commit cde75b4cef0e91585e820b2f7b260dbba7d693df
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Mon Jan 30 14:58:40 2012 -0500

    Remove /lib64 subs since this is not a link, swithc /lib/systemd to /usr/lib since the usrmove

 file_contexts.subs_dist |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/file_contexts.subs_dist b/file_contexts.subs_dist
index 427372c..99ed953 100644
--- a/file_contexts.subs_dist
+++ b/file_contexts.subs_dist
@@ -1,7 +1,6 @@
 /run /var/run
 /run/lock /var/lock
 /var/run/lock /var/lock
-/lib64 /lib
 /usr/lib64 /usr/lib
-/etc/systemd/system /lib/systemd/system
+/etc/systemd/system /usr/lib/systemd/system
 /var/lib/xguest/home /home


More information about the scm-commits mailing list