From 8c2e551a7cd32fac06d76cd076a05f7f36f42bfa Mon Sep 17 00:00:00 2001 From: Philip Tricca Date: Wed, 9 Oct 2013 12:41:00 +0000 Subject: Add packagegroup and image recipe for minimal SELinux image. This is intended to demonstrate the minimal set packages necessary to boot and load a system with SELinux enabled. Specifically we don't need any of the packages that depend on python. Signed-off-by: Philip Tricca Signed-off-by: Joe MacDonald --- .../packagegroups/packagegroup-selinux-minimal.bb | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 recipes-security/packagegroups/packagegroup-selinux-minimal.bb (limited to 'recipes-security/packagegroups') diff --git a/recipes-security/packagegroups/packagegroup-selinux-minimal.bb b/recipes-security/packagegroups/packagegroup-selinux-minimal.bb new file mode 100644 index 0000000..bae15ea --- /dev/null +++ b/recipes-security/packagegroups/packagegroup-selinux-minimal.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "SELinux packagegroup with only packages required for basic operations" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ + file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" +PR = "r0" + +PACKAGES = "\ + ${PN} \ +" + +ALLOW_EMPTY_${PN} = "1" + +RDEPENDS_${PN} = "\ + coreutils \ + libsepol \ + libselinux \ + libselinux-bin \ + libsemanage \ + policycoreutils-fixfiles \ + policycoreutils-secon \ + policycoreutils-semodule \ + policycoreutils-sestatus \ + policycoreutils-setfiles \ + selinux-config \ + refpolicy-mls \ +" -- cgit v1.2.3-54-g00ecf