diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-16 17:18:38 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-30 12:47:45 +0200 |
commit | aef13ad0294b403993e19b424b26535fb65749f4 (patch) | |
tree | 4c420a5b628c3106f5b47b004f3df97818dff002 /mkosi.images/exitrd | |
parent | test-network: Add dirs_exist_ok=True to cp_r() (diff) | |
download | systemd-aef13ad0294b403993e19b424b26535fb65749f4.tar.xz systemd-aef13ad0294b403993e19b424b26535fb65749f4.zip |
mkosi: Sanitizer improvements
- Let's set the environment on the kernel command line so it applies
to initrd and main system.
- Let's add the necessary wrappers that are also added in test-functions.
Unlike test-functions we don't use gcc/clang to get the library path as
that requires installing gcc/clang in the initrd.
- Let's drop the hack to get journald writing to the console and have
it write to kmsg instead. We'll get the output either way.
- Stop removing libstdc++ and sanitizer libraries from Arch Linux
initrds and other images as it's required by the sanitizer libraries.
- Add a workaround for specifying extra meson options for opensuse
- Add a leak sanitizer suppression file as a workaround for a false
positive leak in verify_selinuxmnt() in libselinux. We do a soname match
because the stacktrace can't be properly symbolized on Debian.
Diffstat (limited to 'mkosi.images/exitrd')
-rw-r--r-- | mkosi.images/exitrd/mkosi.conf.d/10-arch.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mkosi.images/exitrd/mkosi.conf.d/10-arch.conf b/mkosi.images/exitrd/mkosi.conf.d/10-arch.conf index 25d20887ff..c8b1904f6f 100644 --- a/mkosi.images/exitrd/mkosi.conf.d/10-arch.conf +++ b/mkosi.images/exitrd/mkosi.conf.d/10-arch.conf @@ -15,11 +15,6 @@ RemoveFiles= /usr/lib/libgomp.so* /usr/lib/libgphobos.so* /usr/lib/libobjc.so* - /usr/lib/libasan.so* - /usr/lib/libtsan.so* - /usr/lib/liblsan.so* - /usr/lib/libubsan.so* - /usr/lib/libstdc++.so* /usr/lib/libgdruntime.so* # Remove all files that are only required for development. |