From: Frantisek Sumsal Date: Thu, 18 May 2023 15:30:36 +0000 (+0200) Subject: test: wrap setfacl when running with ASan X-Git-Tag: v254-rc1~447^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F27684%2Fhead;p=thirdparty%2Fsystemd.git test: wrap setfacl when running with ASan --- diff --git a/test/test-functions b/test/test-functions index f36c38e8f6e..ad315d1d31d 100644 --- a/test/test-functions +++ b/test/test-functions @@ -2653,13 +2653,14 @@ inst_binary() { # Same as above, but we need to wrap certain libraries unconditionally # - # chown, getent, login, su, useradd, userdel - dlopen() (not only) systemd's PAM modules + # chown, getent, login, setfacl, su, useradd, userdel + # - dlopen() (not only) systemd's PAM modules # ls, mkfs.*, mksquashfs, mkswap, setpriv, stat - # - pull in nss_systemd with certain options (like ls -l) when - # nsswitch.conf uses [SUCCESS=merge] (like on Arch Linux) + # - pull in nss_systemd with certain options (like ls -l) when + # nsswitch.conf uses [SUCCESS=merge] (like on Arch Linux) # delv, dig - pull in nss_resolve if `resolve` is in nsswitch.conf # tar - called by machinectl in TEST-25 - bin_rx='/(chown|delv|dig|getent|login|ls|mkfs\.[a-z0-9]+|mksquashfs|mkswap|setpriv|stat|su|tar|useradd|userdel)$' + bin_rx='/(chown|delv|dig|getent|login|ls|mkfs\.[a-z0-9]+|mksquashfs|mkswap|setfacl|setpriv|stat|su|tar|useradd|userdel)$' if get_bool "$IS_BUILT_WITH_ASAN" && [[ "$bin" =~ $bin_rx ]]; then wrap_binary=1 fi