mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
This is the result of automated script conversion: poky/scripts/contrib/convert-overrides.py meta-selinux Converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
36 lines
853 B
BlitzBasic
36 lines
853 B
BlitzBasic
DESCRIPTION = "SELinux policycoreutils packagegroup"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
|
|
|
PACKAGES = "\
|
|
${PN} \
|
|
"
|
|
|
|
ALLOW_EMPTY:${PN} = "1"
|
|
|
|
RDEPENDS:${PN} = "\
|
|
policycoreutils-fixfiles \
|
|
policycoreutils-genhomedircon \
|
|
policycoreutils-loadpolicy \
|
|
policycoreutils-newrole \
|
|
policycoreutils-runinit \
|
|
policycoreutils-secon \
|
|
policycoreutils-semodule \
|
|
policycoreutils-sestatus \
|
|
policycoreutils-setfiles \
|
|
policycoreutils-setsebool \
|
|
policycoreutils-hll \
|
|
semodule-utils-semodule-expand \
|
|
semodule-utils-semodule-link \
|
|
semodule-utils-semodule-package \
|
|
selinux-python-audit2allow \
|
|
selinux-python-sepolgen-ifgen \
|
|
selinux-python-semanage \
|
|
selinux-python-sepolicy \
|
|
selinux-python-chcat \
|
|
selinux-python \
|
|
selinux-sandbox \
|
|
selinux-dbus \
|
|
selinux-gui \
|
|
"
|