diff options
| author | Wenzong Fan <wenzong.fan@windriver.com> | 2017-09-04 22:59:45 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@windriver.com> | 2017-09-13 19:48:50 -0500 |
| commit | 9b70823774000acf803f0400b3cc7216e6116c99 (patch) | |
| tree | 71577ccd03fbdb6f9a9e467b1c0312555002e1d7 | |
| parent | c9186be1b8a7cf18e9deaa5d8a4007b9492ca09d (diff) | |
| download | meta-selinux-9b70823774000acf803f0400b3cc7216e6116c99.tar.gz | |
sepolgen: remove package
The package has been moved to selinux-python/sepolgen.
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
| -rw-r--r-- | recipes-security/selinux/sepolgen.inc | 34 | ||||
| -rw-r--r-- | recipes-security/selinux/sepolgen_2.6.bb | 7 | ||||
| -rw-r--r-- | recipes-security/selinux/sepolgen_git.bb | 7 |
3 files changed, 0 insertions, 48 deletions
diff --git a/recipes-security/selinux/sepolgen.inc b/recipes-security/selinux/sepolgen.inc deleted file mode 100644 index daf213d..0000000 --- a/recipes-security/selinux/sepolgen.inc +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | SUMMARY = "Python modules for supporting various SELinux utilities." | ||
| 2 | DESCRIPTION = "\ | ||
| 3 | This package contains a Python module that forms the core of the \ | ||
| 4 | modern audit2allow (which is a part of the package policycoreutils). \ | ||
| 5 | The sepolgen library is structured to give flexibility to the \ | ||
| 6 | application using it. The library contains: Reference Policy \ | ||
| 7 | Representation, which are Objects for representing policies and the \ | ||
| 8 | reference policy interfaces. Secondly, it has objects and algorithms \ | ||
| 9 | for representing access and sets of access in an abstract way and \ | ||
| 10 | searching that access. It also has a parser for reference policy \ | ||
| 11 | "headers". It contains infrastructure for parsing SELinux related \ | ||
| 12 | messages as produced by the audit system. It has facilities for \ | ||
| 13 | generating policy based on required access." | ||
| 14 | |||
| 15 | SECTION = "base" | ||
| 16 | LICENSE = "LGPLv2+" | ||
| 17 | |||
| 18 | FILES_${PN} = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" | ||
| 19 | |||
| 20 | DEPENDS += "python" | ||
| 21 | |||
| 22 | inherit python-dir | ||
| 23 | |||
| 24 | FILES_${PN} += "${libdir}/python${PYTHON_BASEVERSION}/site-packages \ | ||
| 25 | /var/lib/sepolgen" | ||
| 26 | |||
| 27 | do_install() { | ||
| 28 | oe_runmake DESTDIR=${D} \ | ||
| 29 | PYTHONLIBDIR='${libdir}/python${PYTHON_BASEVERSION}/site-packages' \ | ||
| 30 | install | ||
| 31 | } | ||
| 32 | |||
| 33 | BBCLASSEXTEND = "native" | ||
| 34 | |||
diff --git a/recipes-security/selinux/sepolgen_2.6.bb b/recipes-security/selinux/sepolgen_2.6.bb deleted file mode 100644 index 7825863..0000000 --- a/recipes-security/selinux/sepolgen_2.6.bb +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | include selinux_20161014.inc | ||
| 2 | include ${BPN}.inc | ||
| 3 | |||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "84faa46a0eb0b603e903efeed239c244" | ||
| 7 | SRC_URI[sha256sum] = "6a327b1576d914e57ad796a541a7a9bcceefb14c445355559993de0fdb8e7a60" | ||
diff --git a/recipes-security/selinux/sepolgen_git.bb b/recipes-security/selinux/sepolgen_git.bb deleted file mode 100644 index 9b3cbe2..0000000 --- a/recipes-security/selinux/sepolgen_git.bb +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | PR = "r99" | ||
| 2 | PV = "1.2.1+git${SRCPV}" | ||
| 3 | |||
| 4 | include selinux_git.inc | ||
| 5 | include ${BPN}.inc | ||
| 6 | |||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | ||
