From 5ecc08e033653fecd90afd7780ab14f54a1e1f54 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Tue, 18 Mar 2025 22:45:17 +0100 Subject: [PATCH] mkosi: Add unix_chkpwd to sanitizer wrapped binaries unix_chkpwd will retrieve the user name of the uid it is invoked as and as such needs the asan workaround. --- mkosi.sanitizers/mkosi.postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/mkosi.sanitizers/mkosi.postinst b/mkosi.sanitizers/mkosi.postinst index fb609951b2f..582a7cb99d4 100755 --- a/mkosi.sanitizers/mkosi.postinst +++ b/mkosi.sanitizers/mkosi.postinst @@ -82,6 +82,7 @@ wrap=( su tar tgtd + unix_chkpwd useradd userdel veritysetup -- 2.47.3