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.9 * Support static-only builds with DISABLE_SHARED=y * Add restore option to modify user and role portions * setfiles: Add -U option to modify user and role portions * semanage.conf: Add relabel_store config option * semodule: Add [-g PATH |--config=PATH] for an alternate path for the semanage config * libselinux: Fix local literal fcontext definitions priority * libselinux: Fix order for path substitutions * libsepol: Add new 'netif_wildcard' policy capability * checkpolicy: Add support for wildcard netifcon names * libsepol: Allow multiple policycap statements * libsepol: Support genfs_seclabel_wildcard * Replace all links to selinuxproject.org * Bug fixes Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
24 lines
537 B
PHP
24 lines
537 B
PHP
HOMEPAGE = "https://github.com/SELinuxProject"
|
|
|
|
SRC_URI = "git://github.com/SELinuxProject/selinux.git;branch=main;protocol=https"
|
|
SRCREV = "919e9e64cc4b20f5a1e4df1e38cce1bfe15aff09"
|
|
|
|
S = "${UNPACKDIR}/${BP}/${BPN}"
|
|
|
|
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"
|