All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] xen: split the flask package into a policy and tools package
@ 2016-03-24 15:31 Derek Straka
  2016-03-24 15:31 ` [PATCH 2/4] xen: add the ability to configure the name of the policy Derek Straka
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Derek Straka @ 2016-03-24 15:31 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Derek Straka

Signed-off-by: Derek Straka <derek@asterius.io>
---
 recipes-extended/xen/xen.inc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 2eba012..bc5ff85 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -153,6 +153,7 @@ PACKAGES = "\
     ${PN}-doc \
     ${PN}-efi \
     ${PN}-flask \
+    ${PN}-flask-tools \
     ${PN}-fsimage \
     ${PN}-gdbsx \
     ${PN}-hvmloader \
@@ -342,13 +343,16 @@ FILES_${PN}-devd = "\
     "
 
 FILES_${PN}-flask = "\
+    /boot/xenpolicy-${PV} \
+    "
+
+FILES_${PN}-flask-tools = "\
     ${sbindir}/flask-get-bool \
     ${sbindir}/flask-getenforce \
     ${sbindir}/flask-label-pci \
     ${sbindir}/flask-loadpolicy \
     ${sbindir}/flask-set-bool \
     ${sbindir}/flask-setenforce \
-    /boot/xenpolicy-${PV} \
     "
 
 FILES_${PN}-gdbsx = "\
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-03-28 14:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-24 15:31 [PATCH 1/4] xen: split the flask package into a policy and tools package Derek Straka
2016-03-24 15:31 ` [PATCH 2/4] xen: add the ability to configure the name of the policy Derek Straka
2016-03-24 17:55   ` Doug Goldstein
2016-03-26  1:26   ` Chris Patterson
2016-03-28 13:06     ` Derek Straka
2016-03-28 14:23       ` Chris Patterson
2016-03-24 15:31 ` [PATCH 3/4] xen: add the flask policy to the set of files installed to the deploy directory Derek Straka
2016-03-24 17:55   ` Doug Goldstein
2016-03-24 15:31 ` [PATCH 4/4] xen: add the extra packages released with xen 4.7 Derek Straka
2016-03-24 17:56   ` Doug Goldstein
2016-03-24 17:55 ` [PATCH 1/4] xen: split the flask package into a policy and tools package Doug Goldstein
2016-03-25 17:59   ` Chris Patterson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.