meta-selinux/recipes-security/selinux/libsepol_3.8.1.bb
Yi Zhao 5ce36d63ef selinux: upgrade 3.8 -> 3.8.1
ChangeLog:
https://github.com/SELinuxProject/selinux/releases/tag/3.8.1

* libsemanage: improved performance of semanage store rebuild

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@siemens.com>
2025-03-10 09:51:22 -04:00

19 lines
624 B
BlitzBasic

SUMMARY = "SELinux binary policy manipulation library"
DESCRIPTION = "libsepol provides an API for the manipulation of SELinux binary policies. \
It is used by checkpolicy (the policy compiler) and similar tools, as well \
as by programs like load_policy that need to perform specific transformations \
on binary policies such as customizing policy boolean settings."
SECTION = "base"
LICENSE = "LGPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=a6f89e2100d9b6cdffcea4f398e37343"
require selinux_common.inc
inherit lib_package
S = "${WORKDIR}/git/libsepol"
DEPENDS = "flex-native"
BBCLASSEXTEND = "native"