summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/libsepol_3.5.bb
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2023-03-11 21:12:55 +0800
committerJoe MacDonald <joe@deserted.net>2023-03-27 09:34:02 -0400
commita99bb21b0f824f1209c2326a8e67dce05318094c (patch)
tree7fd2526480acf12ab45ac196b8c5e38723977063 /recipes-security/selinux/libsepol_3.5.bb
parent2c45147cb822d73de03bc1ea9ddffd6ffccf2fc4 (diff)
downloadmeta-selinux-a99bb21b0f824f1209c2326a8e67dce05318094c.tar.gz
libsepol: upgrade 3.4 -> 3.5
License-Update: Rename COPYING to LICENSE. No content changes. * Drop backport patch. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'recipes-security/selinux/libsepol_3.5.bb')
-rw-r--r--recipes-security/selinux/libsepol_3.5.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-security/selinux/libsepol_3.5.bb b/recipes-security/selinux/libsepol_3.5.bb
new file mode 100644
index 0000000..0c28e9b
--- /dev/null
+++ b/recipes-security/selinux/libsepol_3.5.bb
@@ -0,0 +1,18 @@
1SUMMARY = "SELinux binary policy manipulation library"
2DESCRIPTION = "libsepol provides an API for the manipulation of SELinux binary policies. \
3It is used by checkpolicy (the policy compiler) and similar tools, as well \
4as by programs like load_policy that need to perform specific transformations \
5on binary policies such as customizing policy boolean settings."
6SECTION = "base"
7LICENSE = "LGPL-2.0-or-later"
8LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=a6f89e2100d9b6cdffcea4f398e37343"
9
10require selinux_common.inc
11
12inherit lib_package
13
14S = "${WORKDIR}/git/libsepol"
15
16DEPENDS = "flex-native"
17
18BBCLASSEXTEND = "native"