[selinux-policy: 1/3] Fix the label of of /run/systemd/generator directory

Daniel J Walsh dwalsh at fedoraproject.org
Sun Apr 7 10:56:00 UTC 2013


commit ce08937c78a3ad0cc3e8b92dc3d51b3d153e8611
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Sat Apr 6 07:53:58 2013 -0400

    Fix the label of of /run/systemd/generator directory

 file_contexts.subs_dist |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/file_contexts.subs_dist b/file_contexts.subs_dist
index 41a6b52..252cfd3 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
+/run/systemd/system /usr/lib/systemd/system
+/run/systemd/generator /usr/lib/systemd/system
 /lib /usr/lib
 /lib64 /usr/lib
 /usr/lib64 /usr/lib
@@ -8,6 +9,4 @@
 /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/lib/xguest/home /home


More information about the scm-commits mailing list