commit: 489bb724ddfd11c4181f06b8a17abe1b6806e72b
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 14 20:22:52 2026 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Mar 14 21:11:42 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489bb724
sys-apps/systemd: enable compat-mutable-uid-boundaries
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
sys-apps/systemd/systemd-9999.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sys-apps/systemd/systemd-9999.ebuild
b/sys-apps/systemd/systemd-9999.ebuild
index 507e07c0ac87..96196e5b81d9 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -289,6 +289,9 @@ multilib_src_configure() {
#-Ddefault-kill-user-processes=false
-Dcreate-log-dirs=false
-Dlibcrypt=enabled
+ -Dcompat-mutable-uid-boundaries=true
+
+ # options affecting multilib
$(meson_feature !elibc_musl nss-mymachines)
$(meson_feature !elibc_musl nss-resolve)
$(meson_feature pam)