summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2012-04-17 17:17:14 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2012-04-17 17:17:14 +0800
commit22cb4e57023e064ef13226f5c02206bdd93721e3 (patch)
treed88a73b374fd12f9ecd5cbeed3b4fc2d650b7eee
parent2bd39e94d0bea5ace7f39e6aaf48f87908a40dfe (diff)
downloadmeta-selinux-22cb4e57023e064ef13226f5c02206bdd93721e3.tar.gz
image: Basic image for SELinux features.
-rw-r--r--recipes-security/images/core-image-selinux.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-security/images/core-image-selinux.bb b/recipes-security/images/core-image-selinux.bb
new file mode 100644
index 0000000..65b7b5f
--- /dev/null
+++ b/recipes-security/images/core-image-selinux.bb
@@ -0,0 +1,13 @@
1DESCRIPTION = "Image with SELinux support"
2
3IMAGE_FEATURES += "apps-console-core ssh-server-openssh"
4
5LICENSE = "MIT"
6
7IMAGE_INSTALL = "\
8 ${CORE_IMAGE_BASE_INSTALL} \
9 task-core-basic \
10 task-core-selinux \
11"
12
13inherit core-image