mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
ChangeLog: https://github.com/SELinuxProject/selinux/releases/tag/3.7 * audit2allow -C for CIL output mode * sepolgen: adjust parse for refpolicy * semanage: Allow modifying records on "add" * semanage: Do not sort local fcontext definitions * Improved man pages * checkpolicy: support CIDR notation for nodecon statements * sandbox: Add support for Wayland * Code improvements and bug fixes Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@siemens.com>
22 lines
504 B
PHP
22 lines
504 B
PHP
HOMEPAGE = "https://github.com/SELinuxProject"
|
|
|
|
SRC_URI = "git://github.com/SELinuxProject/selinux.git;branch=main;protocol=https"
|
|
SRCREV = "2eb286bc0841791043567437ba5413f3014fb94e"
|
|
|
|
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
|
|
|
|
do_compile() {
|
|
oe_runmake all
|
|
}
|
|
|
|
do_install() {
|
|
oe_runmake install \
|
|
DESTDIR="${D}" \
|
|
PREFIX="${prefix}" \
|
|
INCLUDEDIR="${includedir}" \
|
|
LIBDIR="${libdir}" \
|
|
SHLIBDIR="${base_libdir}"
|
|
}
|
|
|
|
CVE_PRODUCT ?= "kernel:selinux"
|