summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Tricca <flihp@twobit.us>2013-09-27 01:40:17 +0000
committerJoe MacDonald <joe@deserted.net>2013-09-27 14:07:38 -0400
commit443b867216019e34d4153bf115b5f07e4a1cc268 (patch)
treed728413295d08843442fb1b390e6756363a5df21
parent04044aa4e1269e9949b0d23daf30010fa0fff278 (diff)
downloadmeta-selinux-443b867216019e34d4153bf115b5f07e4a1cc268.tar.gz
Add ${bindir}/sepolgen to system-config-selinux package.
Currently the policycoreutils package has a broken link from ${bindir}/sepolgen to ${datadir}/system-config-selinux/polgen.py. All of the other polgen stuff is in system-config-selinux so adding sepolgen to same package seems like the right thing to do. Signed-off-by: Philip Tricca <flihp@twobit.us> Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r--recipes-security/selinux/policycoreutils.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-security/selinux/policycoreutils.inc b/recipes-security/selinux/policycoreutils.inc
index 08b14eb..7939095 100644
--- a/recipes-security/selinux/policycoreutils.inc
+++ b/recipes-security/selinux/policycoreutils.inc
@@ -48,7 +48,10 @@ FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*"
48FILES_${PN}-sandbox = "${datadir}/sandbox/*" 48FILES_${PN}-sandbox = "${datadir}/sandbox/*"
49FILES_${PN}-sandbox += "${bindir}/sandbox" 49FILES_${PN}-sandbox += "${bindir}/sandbox"
50FILES_${PN}-sandbox += "${sbindir}/seunshare" 50FILES_${PN}-sandbox += "${sbindir}/seunshare"
51FILES_system-config-selinux = "${datadir}/system-config-selinux/*" 51FILES_system-config-selinux = " \
52 ${bindir}/sepolgen \
53 ${datadir}/system-config-selinux/* \
54"
52 55
53inherit pythonnative 56inherit pythonnative
54 57