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>
16 lines
409 B
BlitzBasic
16 lines
409 B
BlitzBasic
SUMMARY = "SELinux Common Intermediate Language (CIL) compiler"
|
|
DESCRIPTION = "\
|
|
This package contains secilc, the SELinux Common Intermediate \
|
|
Language (CIL) compiler."
|
|
SECTION = "base"
|
|
LICENSE = "BSD-2-Clause"
|
|
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=c7e802b9a3b0c2c852669864c08b9138"
|
|
|
|
require selinux_common.inc
|
|
|
|
DEPENDS = "libsepol xmlto-native"
|
|
|
|
S = "${WORKDIR}/git/secilc"
|
|
|
|
BBCLASSEXTEND = "native"
|