From 443b867216019e34d4153bf115b5f07e4a1cc268 Mon Sep 17 00:00:00 2001 From: Philip Tricca Date: Fri, 27 Sep 2013 01:40:17 +0000 Subject: 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 Signed-off-by: Joe MacDonald --- recipes-security/selinux/policycoreutils.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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/*" FILES_${PN}-sandbox = "${datadir}/sandbox/*" FILES_${PN}-sandbox += "${bindir}/sandbox" FILES_${PN}-sandbox += "${sbindir}/seunshare" -FILES_system-config-selinux = "${datadir}/system-config-selinux/*" +FILES_system-config-selinux = " \ + ${bindir}/sepolgen \ + ${datadir}/system-config-selinux/* \ +" inherit pythonnative -- cgit v1.2.3-54-g00ecf