From f8a3ba4de0fc97af421fa89c0d7789870fe150f8 Mon Sep 17 00:00:00 2001 From: Grzegorz Kowalski Date: Mon, 11 Mar 2024 20:02:45 +0100 Subject: [PATCH] install hardening, remove debug-tweaks --- recipes-core/images/helium-image-default.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes-core/images/helium-image-default.bb b/recipes-core/images/helium-image-default.bb index 075422b..6c509a7 100644 --- a/recipes-core/images/helium-image-default.bb +++ b/recipes-core/images/helium-image-default.bb @@ -46,16 +46,17 @@ HELIUM_TOOLS = " \ IMAGE_INSTALL += " \ ${OS_BASE} \ ${OS_TOOLS} \ + ${HARDENING} \ ${HELIUM_BASE} \ ${HELIUM_TOOLS} \ " - - -IMAGE_FEATURES += "\ +IMAGE_FEATURES += " \ ssh-server-dropbear \ package-management \ " +# debug-tweaks are enabled by default in local.conf, disable this for Helium images +IMAGE_FEATURES:remove = "debug-tweaks" # default user/password config inherit extrausers