From f147d17149074ef2c5f871649a6e9b3c7ef31597 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 12 Nov 2015 15:32:43 +0100 Subject: default UTMP/WTMP off --- package/busybox/config/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/busybox') diff --git a/package/busybox/config/Config.in b/package/busybox/config/Config.in index 3a2991100..80d59adab 100644 --- a/package/busybox/config/Config.in +++ b/package/busybox/config/Config.in @@ -307,7 +307,7 @@ config BUSYBOX_FEATURE_CLEAN_UP config BUSYBOX_FEATURE_UTMP bool "Support utmp file" - default y if !ADK_TARGET_LIB_MUSL + default n help The file /var/run/utmp is used to track who is currently logged in. With this option on, certain applets (getty, login, telnetd etc) @@ -316,7 +316,7 @@ config BUSYBOX_FEATURE_UTMP config BUSYBOX_FEATURE_WTMP bool "Support wtmp file" - default y if !ADK_TARGET_LIB_MUSL + default n depends on BUSYBOX_FEATURE_UTMP help The file /var/run/wtmp is used to track when users have logged into -- cgit v1.2.3