Re: poudriere 3.4.0 regression: -i runs as NON_ROOT user
Date: Mon, 15 Jan 2024 02:10:27 UTC
On 1/14/24 14:07, Tomoaki AOKI wrote:
> IIRC, poudriere[-devel] ran as nobody (65534) initially, but it started
> running as root (0) when I started using ccache.
Interesting. It's starting to sound to me as if there's just one bug;
poudriere is not passing the correct value for UID to make.
I commented out CCACHE_DIR in my poudriere.conf and indeed things run as
user nobody. But looking at the build log I see UID is set to 0 in the
environment. And I don't understand how poudriere does this ("ps e"
doesn't show UID in the environment of any jail process).
Craig
---Begin Environment---
SHELL=/bin/csh
[...]
UID=0
[...]