diff options
| author | Armin Kuster <akuster808@gmail.com> | 2020-07-24 11:11:24 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2020-07-25 09:00:39 -0700 |
| commit | 5392cb9baaf7bb0e3fd530c79ec44757bbde5569 (patch) | |
| tree | 2eceff474ed433671307104da0b3fca4db4abb26 /recipes-security | |
| parent | f923d63820b0baeb04ae6285be882ce30ccf70fc (diff) | |
| download | meta-security-5392cb9baaf7bb0e3fd530c79ec44757bbde5569.tar.gz | |
security images: Move to recipe-core
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security')
| -rw-r--r-- | recipes-security/images/security-build-image.bb | 19 | ||||
| -rw-r--r-- | recipes-security/images/security-client-image.bb | 16 | ||||
| -rw-r--r-- | recipes-security/images/security-server-image.bb | 19 | ||||
| -rw-r--r-- | recipes-security/images/security-test-image.bb | 33 |
4 files changed, 0 insertions, 87 deletions
diff --git a/recipes-security/images/security-build-image.bb b/recipes-security/images/security-build-image.bb deleted file mode 100644 index a8757f9..0000000 --- a/recipes-security/images/security-build-image.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | DESCRIPTION = "A small image for building meta-security packages" | ||
| 2 | |||
| 3 | IMAGE_FEATURES += "ssh-server-openssh" | ||
| 4 | |||
| 5 | IMAGE_INSTALL = "\ | ||
| 6 | packagegroup-base \ | ||
| 7 | packagegroup-core-boot \ | ||
| 8 | packagegroup-core-security \ | ||
| 9 | os-release" | ||
| 10 | |||
| 11 | IMAGE_LINGUAS ?= " " | ||
| 12 | |||
| 13 | LICENSE = "MIT" | ||
| 14 | |||
| 15 | inherit core-image | ||
| 16 | |||
| 17 | export IMAGE_BASENAME = "security-build-image" | ||
| 18 | |||
| 19 | IMAGE_ROOTFS_EXTRA_SPACE = "5242880" | ||
diff --git a/recipes-security/images/security-client-image.bb b/recipes-security/images/security-client-image.bb deleted file mode 100644 index f4ebc69..0000000 --- a/recipes-security/images/security-client-image.bb +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | DESCRIPTION = "A Client side Security example" | ||
| 2 | |||
| 3 | IMAGE_INSTALL = "\ | ||
| 4 | packagegroup-base \ | ||
| 5 | packagegroup-core-boot \ | ||
| 6 | os-release \ | ||
| 7 | samhain-client \ | ||
| 8 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "packagegroup-xfce-base", "", d)}" | ||
| 9 | |||
| 10 | IMAGE_LINGUAS ?= " " | ||
| 11 | |||
| 12 | LICENSE = "MIT" | ||
| 13 | |||
| 14 | inherit core-image | ||
| 15 | |||
| 16 | export IMAGE_BASENAME = "security-client-image" | ||
diff --git a/recipes-security/images/security-server-image.bb b/recipes-security/images/security-server-image.bb deleted file mode 100644 index 4927e0e..0000000 --- a/recipes-security/images/security-server-image.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | DESCRIPTION = "A Serve side image for Security example " | ||
| 2 | |||
| 3 | IMAGE_FEATURES += "ssh-server-openssh" | ||
| 4 | |||
| 5 | IMAGE_INSTALL = "\ | ||
| 6 | packagegroup-base \ | ||
| 7 | packagegroup-core-boot \ | ||
| 8 | samhain-server \ | ||
| 9 | os-release " | ||
| 10 | |||
| 11 | IMAGE_LINGUAS ?= " " | ||
| 12 | |||
| 13 | LICENSE = "MIT" | ||
| 14 | |||
| 15 | inherit core-image | ||
| 16 | |||
| 17 | export IMAGE_BASENAME = "security-server-image" | ||
| 18 | |||
| 19 | IMAGE_ROOTFS_EXTRA_SPACE = "5242880" | ||
diff --git a/recipes-security/images/security-test-image.bb b/recipes-security/images/security-test-image.bb deleted file mode 100644 index c71d726..0000000 --- a/recipes-security/images/security-test-image.bb +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | DESCRIPTION = "A small image for testing meta-security packages" | ||
| 2 | |||
| 3 | IMAGE_FEATURES += "ssh-server-openssh" | ||
| 4 | |||
| 5 | TEST_SUITES = "ssh ping ptest apparmor clamav samhain sssd tripwire checksec smack suricata" | ||
| 6 | |||
| 7 | INSTALL_CLAMAV_CVD = "1" | ||
| 8 | |||
| 9 | IMAGE_INSTALL = "\ | ||
| 10 | packagegroup-base \ | ||
| 11 | packagegroup-core-boot \ | ||
| 12 | packagegroup-core-security-ptest \ | ||
| 13 | clamav \ | ||
| 14 | tripwire \ | ||
| 15 | checksec \ | ||
| 16 | suricata \ | ||
| 17 | samhain-standalone \ | ||
| 18 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd", "",d)} \ | ||
| 19 | ${@bb.utils.contains("DISTRO_FEATURES", "apparmor", "apparmor", "",d)} \ | ||
| 20 | ${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack-test", "",d)} \ | ||
| 21 | os-release \ | ||
| 22 | " | ||
| 23 | |||
| 24 | |||
| 25 | IMAGE_LINGUAS ?= " " | ||
| 26 | |||
| 27 | LICENSE = "MIT" | ||
| 28 | |||
| 29 | inherit core-image | ||
| 30 | |||
| 31 | export IMAGE_BASENAME = "security-test-image" | ||
| 32 | |||
| 33 | IMAGE_ROOTFS_EXTRA_SPACE = "5242880" | ||
