mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
image: Basic image for SELinux features.
This commit is contained in:
parent
2bd39e94d0
commit
22cb4e5702
13
recipes-security/images/core-image-selinux.bb
Normal file
13
recipes-security/images/core-image-selinux.bb
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
DESCRIPTION = "Image with SELinux support"
|
||||
|
||||
IMAGE_FEATURES += "apps-console-core ssh-server-openssh"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
IMAGE_INSTALL = "\
|
||||
${CORE_IMAGE_BASE_INSTALL} \
|
||||
task-core-basic \
|
||||
task-core-selinux \
|
||||
"
|
||||
|
||||
inherit core-image
|
||||
Loading…
Reference in New Issue
Block a user