Index | Thread | Search

From:
"Theo de Raadt" <deraadt@openbsd.org>
Subject:
Re: patch: xenocara/fonts/alias: avoid chown dance around fc-cache invocation
To:
Sebastien Marie <semarie@kapouay.eu.org>
Cc:
tech@openbsd.org, Matthieu Herrb <matthieu@herrb.eu>
Date:
Sat, 16 May 2026 20:21:28 -0600

Download raw body.

Thread
I wish you had explained the mechanism, here it is:

+	su -s /bin/ksh _fc-cache -c \
+	   "fc-cache -y ${DESTDIR} -s -v /usr/X11R6/lib/X11/fonts" ;\

I'm not a fan of the build infrastructure using su to additional users.