toolbox/doc
Michael Lingelbach 31d63e9511 Don't assume that the user's GID is the same as the UID
When taking ownership of the runtime directory or the initialization
stamp file inside it, it was assumed that the user's GID and UID were
the same. However that might not always be the case.

Note that this commit doesn't use the GID passed from the host to the
toolbox container's entry point to configure the user inside the
container. That is actually more difficult than it sounds. The manual
for useradd(8) says that the group specified by the '--gid' flag must
actually exist.

https://github.com/containers/toolbox/issues/664
2021-03-10 16:23:50 +01:00
..
meson.build Remove the deprecated reset command 2021-01-12 03:21:35 +01:00
toolbox-create.1.md doc/toolbox-create: Mention the tags in the default toolbox images 2021-01-25 18:05:51 +01:00
toolbox-enter.1.md doc/toolbox-enter: Mention which shell is spawned 2021-01-25 18:46:56 +01:00
toolbox-help.1.md Improve the help or usage output 2019-09-04 20:54:13 +02:00
toolbox-init-container.1.md Don't assume that the user's GID is the same as the UID 2021-03-10 16:23:50 +01:00
toolbox-list.1.md Add manuals 2019-03-01 10:27:09 +01:00
toolbox-rm.1.md Add rm and rmi commands 2019-03-05 16:17:46 +01:00
toolbox-rmi.1.md doc/toolbox-rmi: Fix typo 2019-03-14 14:06:57 +01:00
toolbox-run.1.md Add a --distro option 2021-01-12 02:37:47 +01:00
toolbox.1.md doc/toolbox: Synchronize with README.md 2021-01-25 22:37:13 +01:00