Control: tags -1 confirmed thanks On Sun, Feb 23, 2025 at 09:19:28AM +0100, Chris Hofstaedtler wrote: > the new adduser seems to require /proc/self/status being present. > Most of the Debian packages do not require /proc, and there was in > the past effort to remove requirements for /proc being mounted > at postinst time. This is helpful in restricted build environments.
This was introduced to support another kind of restricted build environment, working around a logger(1) bug. Would you want adduser to assume that it has CAP_SYS_ADMIN if /proc is not present, or would you want adduser to assume that it does not have CAP_SYS_ADMIN in that case? Greetings Marc