mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
eglibc: disable GETLOGIN, UTMP, UTMPX support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a19c76ae68
commit
0d9b39f091
@ -67,9 +67,12 @@ OPTION_EGLIBC_NSSWITCH_FIXED_CONFIG = $NSS_CONF_DIR/fixed-nsswitch.conf
|
||||
OPTION_EGLIBC_NSSWITCH_FIXED_FUNCTIONS = $NSS_CONF_DIR/fixed-nsswitch.functions
|
||||
OPTION_EGLIBC_RCMD = n
|
||||
OPTION_EGLIBC_RTLD_DEBUG = n
|
||||
OPTION_EGLIBC_UTMP = y
|
||||
OPTION_EGLIBC_UTMPX = y
|
||||
OPTION_POSIX_REGEXP_GLIBC = n
|
||||
|
||||
OPTION_EGLIBC_GETLOGIN = n
|
||||
OPTION_EGLIBC_UTMP = n
|
||||
OPTION_EGLIBC_UTMPX = n
|
||||
|
||||
$DEBUG_OPTIONS
|
||||
EOF
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user