install hardening, remove debug-tweaks
This commit is contained in:
parent
4afc7c97f4
commit
f8a3ba4de0
@ -46,16 +46,17 @@ HELIUM_TOOLS = " \
|
|||||||
IMAGE_INSTALL += " \
|
IMAGE_INSTALL += " \
|
||||||
${OS_BASE} \
|
${OS_BASE} \
|
||||||
${OS_TOOLS} \
|
${OS_TOOLS} \
|
||||||
|
${HARDENING} \
|
||||||
${HELIUM_BASE} \
|
${HELIUM_BASE} \
|
||||||
${HELIUM_TOOLS} \
|
${HELIUM_TOOLS} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
IMAGE_FEATURES += " \
|
IMAGE_FEATURES += " \
|
||||||
ssh-server-dropbear \
|
ssh-server-dropbear \
|
||||||
package-management \
|
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
|
# default user/password config
|
||||||
inherit extrausers
|
inherit extrausers
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user