From 40cef5a3616f92576db15aaea83ef090a49e32af Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Mon, 25 Mar 2013 10:36:00 -0400 Subject: [PATCH] Fix labels subs to use /var/run rather then /run, since /run will be ignored --- file_contexts.subs_dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/file_contexts.subs_dist b/file_contexts.subs_dist index 41a6b526..d87fba01 100644 --- a/file_contexts.subs_dist +++ b/file_contexts.subs_dist @@ -8,6 +8,6 @@ /usr/local/lib64 /usr/lib /usr/local/lib32 /usr/lib /etc/systemd/system /usr/lib/systemd/system -/run/systemd/system /usr/lib/systemd/system -/run/systemd/generator /usr/lib/systemd/system +/var/run/systemd/system /usr/lib/systemd/system +/var/run/systemd/generator /usr/lib/systemd/system /var/lib/xguest/home /home