Fix parsing of /etc/subgid
In container
we incorrectly parse /etc/subgid
, assuming that the first field is the gid
of the user. However it is the uid
. So this only works when the uid
and gid
of the user are the same.
/cc @mohix
In container
we incorrectly parse /etc/subgid
, assuming that the first field is the gid
of the user. However it is the uid
. So this only works when the uid
and gid
of the user are the same.
/cc @mohix
mentioned in issue tor-browser-build#40298 (closed)
mentioned in merge request !28 (merged)
closed with merge request !28 (merged)
mentioned in commit tor-browser-build@5758d4b0