diff options
author | Philip Tricca <flihp@twobit.us> | 2013-09-27 01:40:17 +0000 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2013-09-27 14:07:38 -0400 |
commit | 443b867216019e34d4153bf115b5f07e4a1cc268 (patch) | |
tree | d728413295d08843442fb1b390e6756363a5df21 | |
parent | 04044aa4e1269e9949b0d23daf30010fa0fff278 (diff) | |
download | meta-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.inc | 5 |
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/*" | |||
48 | FILES_${PN}-sandbox = "${datadir}/sandbox/*" | 48 | FILES_${PN}-sandbox = "${datadir}/sandbox/*" |
49 | FILES_${PN}-sandbox += "${bindir}/sandbox" | 49 | FILES_${PN}-sandbox += "${bindir}/sandbox" |
50 | FILES_${PN}-sandbox += "${sbindir}/seunshare" | 50 | FILES_${PN}-sandbox += "${sbindir}/seunshare" |
51 | FILES_system-config-selinux = "${datadir}/system-config-selinux/*" | 51 | FILES_system-config-selinux = " \ |
52 | ${bindir}/sepolgen \ | ||
53 | ${datadir}/system-config-selinux/* \ | ||
54 | " | ||
52 | 55 | ||
53 | inherit pythonnative | 56 | inherit pythonnative |
54 | 57 | ||