From: Norbert Lange Date: Sat, 18 Jul 2020 20:37:02 +0000 (+0200) Subject: package./systemd: disable utmp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=32f53bdfb482d0d78308e548c654898089b5c183;p=buildroot.git package./systemd: disable utmp From wikipedia: utmp maintains a full accounting of the current status of the system, system boot time (used by uptime), recording user logins at which terminals, logouts, system events etc. This is seldom use, if at all, on an embedded device, and may expose users' behaviour to others (by observing who logs in from where, for example). Forcibly disable support for utmp. Signed-off-by: Norbert Lange [yann.morin.1998@free.fr: split off to its own patch] Signed-off-by: Yann E. MORIN --- diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk index 733d170193..a9a750a55f 100644 --- a/package/systemd/systemd.mk +++ b/package/systemd/systemd.mk @@ -24,6 +24,7 @@ SYSTEMD_CONF_OPTS += \ -Drootlibdir='/usr/lib' \ -Dsysvinit-path= \ -Dsysvrcnd-path= \ + -Dutmp=false \ -Dblkid=true \ -Dman=false \ -Dima=false \