From e8fe9d75da08fb1dabd8b665bf24becd03e370ab Mon Sep 17 00:00:00 2001
From: Tim Flink <tflink@fedoraproject.org>
Date: Fri, 22 Jan 2016 23:06:18 +0000
Subject: [PATCH] fixing selinux policy file for taskotron clients

---
 .../files/service-virt-transition.te                 | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/roles/taskotron/taskotron-client/files/service-virt-transition.te b/roles/taskotron/taskotron-client/files/service-virt-transition.te
index 8b83ac5af6..1635df6708 100644
--- a/roles/taskotron/taskotron-client/files/service-virt-transition.te
+++ b/roles/taskotron/taskotron-client/files/service-virt-transition.te
@@ -1,4 +1,12 @@
-============= unconfined_service_t ==============
+
+module service-virt-transition 1.0;
+
+require {
+        type unconfined_service_t;
+        type svirt_t;
+        class process transition;
+}
+
+#============= unconfined_service_t ==============
 
 allow unconfined_service_t svirt_t:process transition;
-