Re: Why are there 3 programs in s6 that do the same thing?

2020-12-29 Thread Laurent Bercot
s6 has three programs to set UID / GID of a process: s6-setuidgid, s6-applyuidgid and s6-envuidgid. All three of those seem to do the same thing, with some *slight* differences. Why are all three included in s6? Those three programs don't do the same thing at all. They do *related* things; an

Why are there 3 programs in s6 that do the same thing?

2020-12-29 Thread joaog.bastos
Hi. s6 has three programs to set UID / GID of a process: s6-setuidgid, s6-applyuidgid and s6-envuidgid. All three of those seem to do the same thing, with some *slight* differences. Why are all three included in s6?