diff options
author | Philip Tricca <flihp@twobit.us> | 2013-10-04 01:47:17 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-03 22:41:33 -0400 |
commit | 4b1938df7242af4599fb6bd1c7e3901df16c86e8 (patch) | |
tree | c74131b290854d551a186aa85b114eaa0c67fda9 | |
parent | 7fd8190b23b4e7c6d0d12a006a165bba50ecc9c5 (diff) | |
download | meta-virtualization-4b1938df7242af4599fb6bd1c7e3901df16c86e8.tar.gz |
xen: Put the XSM policy in the flask package.
It make make sense to break this out into its own package in the
future for those that want to ship a monolithic policy without the
tools but for now we should at least get it in the flask package.
Signed-off-by: Philip Tricca <flihp@twobit.us>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-extended/xen/xen_4.3.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen_4.3.0.bb b/recipes-extended/xen/xen_4.3.0.bb index 0baea97e..233be992 100644 --- a/recipes-extended/xen/xen_4.3.0.bb +++ b/recipes-extended/xen/xen_4.3.0.bb | |||
@@ -252,6 +252,7 @@ FILES_${PN}-flask = "\ | |||
252 | ${sbindir}/flask-loadpolicy \ | 252 | ${sbindir}/flask-loadpolicy \ |
253 | ${sbindir}/flask-set-bool \ | 253 | ${sbindir}/flask-set-bool \ |
254 | ${sbindir}/flask-setenforce \ | 254 | ${sbindir}/flask-setenforce \ |
255 | /boot/xenpolicy.24 \ | ||
255 | " | 256 | " |
256 | 257 | ||
257 | FILES_${PN}-gdbsx = "\ | 258 | FILES_${PN}-gdbsx = "\ |