diff mbox series

[meta-security,1/2] harden.conf: drop debug-tweaks

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

Commit Message

Armin Kuster Dec. 8, 2024, 5:53 p.m. UTC
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-hardening/conf/distro/harden.conf | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-hardening/conf/distro/harden.conf b/meta-hardening/conf/distro/harden.conf
index 1a5eb3d..fe87270 100644
--- a/meta-hardening/conf/distro/harden.conf
+++ b/meta-hardening/conf/distro/harden.conf
@@ -6,6 +6,5 @@  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"
 
 DISABLE_ROOT ?= "True"