diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-04-17 17:17:14 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-04-17 17:17:14 +0800 |
commit | 22cb4e57023e064ef13226f5c02206bdd93721e3 (patch) | |
tree | d88a73b374fd12f9ecd5cbeed3b4fc2d650b7eee | |
parent | 2bd39e94d0bea5ace7f39e6aaf48f87908a40dfe (diff) | |
download | meta-selinux-22cb4e57023e064ef13226f5c02206bdd93721e3.tar.gz |
image: Basic image for SELinux features.
-rw-r--r-- | recipes-security/images/core-image-selinux.bb | 13 |
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 @@ | |||
1 | DESCRIPTION = "Image with SELinux support" | ||
2 | |||
3 | IMAGE_FEATURES += "apps-console-core ssh-server-openssh" | ||
4 | |||
5 | LICENSE = "MIT" | ||
6 | |||
7 | IMAGE_INSTALL = "\ | ||
8 | ${CORE_IMAGE_BASE_INSTALL} \ | ||
9 | task-core-basic \ | ||
10 | task-core-selinux \ | ||
11 | " | ||
12 | |||
13 | inherit core-image | ||