summaryrefslogtreecommitdiffstats
path: root/recipes-security/images/core-image-selinux.bb
blob: e186bdc5b09a8d0e981af7e3580d62664ec89abf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Image with SELinux support" 

IMAGE_FEATURES += "splash ssh-server-openssh"

LICENSE = "MIT"

IMAGE_INSTALL = "\
	${CORE_IMAGE_BASE_INSTALL} \
	util-linux-agetty \
	packagegroup-core-full-cmdline \
	packagegroup-core-selinux \
"   

inherit core-image