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 <nolange79@gmail.com>
[yann.morin.1998@free.fr: split off to its own patch]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Norbert Lange 2020-07-18 22:37:02 +02:00 committed by Yann E. MORIN
parent 96f0d9969e
commit 32f53bdfb4

View File

@ -24,6 +24,7 @@ SYSTEMD_CONF_OPTS += \
-Drootlibdir='/usr/lib' \
-Dsysvinit-path= \
-Dsysvrcnd-path= \
-Dutmp=false \
-Dblkid=true \
-Dman=false \
-Dima=false \