harden.conf: drop debug-tweaks

Use the new root/pswd directives

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

---

V2]
use new primary definitions
This commit is contained in:
Armin Kuster
2024-12-08 12:49:02 -05:00
parent 20ae617e32
commit 8908dd6774

View File

@@ -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"