since they "suffer" from the same issue as `login` and other binaries
that load PAM stuff
# Same as above, but we need to wrap certain libraries unconditionally
#
- # login, useradd, userdel - dlopen()s (not only) systemd's PAM modules
+ # getent, login, su, useradd, userdel - dlopen()s (not only) systemd's PAM modules
# tar - called by machinectl in TEST-25
- if get_bool "$IS_BUILT_WITH_ASAN" && [[ "$bin" =~ /(login|tar|useradd|userdel)$ ]]; then
+ if get_bool "$IS_BUILT_WITH_ASAN" && [[ "$bin" =~ /(getent|login|su|tar|useradd|userdel)$ ]]; then
wrap_binary=1
fi