diff mbox series

[meta-security,v2] harden.conf: drop debug-tweaks

Message ID 20241217172145.94592-1-akuster808@gmail.com
State New
Headers show
Series [meta-security,v2] harden.conf: drop debug-tweaks | expand

Commit Message

Armin Kuster Dec. 17, 2024, 5:21 p.m. UTC
Use the new root/pswd directives

Signed-off-by: Armin Kuster <akuster808@gmail.com>

---

V2]
use new primary definitions
---
 meta-hardening/conf/distro/harden.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-hardening/conf/distro/harden.conf b/meta-hardening/conf/distro/harden.conf
index 1a5eb3d..2553152 100644
--- a/meta-hardening/conf/distro/harden.conf
+++ b/meta-hardening/conf/distro/harden.conf
@@ -6,6 +6,6 @@  DISTRO_FEATURES = " acl xattr pci ext2 pam ipv4 ipv6 ipsec largefile usbhost"
 
 VIRTUAL-RUNTIME_base-utils-syslog ?= "rsyslog"
 IMAGE_ROOTFS_EXTRA_SPACE = "524288"
-EXTRA_IMAGE_FEATURES:remove = "debug-tweaks"
+EXTRA_IMAGE_FEATURES:remove = "allow-empty-password empty-root-password allow-root-login"
 
 DISABLE_ROOT ?= "True"