You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The checking code from #56 landed, and started triggering for me on the dockerroot user. It's nice to know it works. Then the issue is... "what now"?
It turns out in the case of dockerroot it's actually unused, so we could fix this by deleting it. But in general we need to support dynamic uids/gids/. And we can't yet take a hard dep on #49.
So here's an idea: why don't we just (optionally, but probably by default) take a copy of the passwd/group data from the previous commit? We would merge the data from the altfiles split into /etc before doing any package operations at all.
The text was updated successfully, but these errors were encountered:
cgwalters
added a commit
to cgwalters/rpm-ostree
that referenced
this issue
Dec 23, 2014
The checking code from #56 landed, and started triggering for me on
the `dockerroot` user. It's nice to know it works. Then the issue
is... "what now"?
It turns out in the case of `dockerroot` it's actually unused, so we
could fix this by deleting it. But in general we need to support
dynamic uids/gids/. And we can't yet take a hard dep on #49.
So this patch changes things so we take a copy of the passwd/group
data from the previous commit. Any users subsequently added in the
*new* commit will be additive.
Closes: coreos#78
The checking code from #56 landed, and started triggering for me on the
dockerroot
user. It's nice to know it works. Then the issue is... "what now"?It turns out in the case of
dockerroot
it's actually unused, so we could fix this by deleting it. But in general we need to support dynamic uids/gids/. And we can't yet take a hard dep on #49.So here's an idea: why don't we just (optionally, but probably by default) take a copy of the
passwd
/group
data from the previous commit? We would merge the data from thealtfiles
split into/etc
before doing any package operations at all.The text was updated successfully, but these errors were encountered: