mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
805858716e
/var/lib/tox-bootstrapd on the host is owned by hosts's tox-bootstrapd and chowned 700, but the container attempts to access it as its own tox-bootstrapd user with possibly different uid:gid, which will fail if host's tox-bootstrapd user has different uid:gid than the tox-bootstrapd user inside the container. This change makes the container use host's tox-bootstrapd uid:gid, which fixes the issue. |
||
---|---|---|
.. | ||
autotools-linux | ||
cmake-freebsd-env.sh | ||
cmake-freebsd-stage1 | ||
cmake-freebsd-stage1.expect | ||
cmake-freebsd-stage2 | ||
cmake-linux | ||
cmake-osx | ||
cmake-win32 | ||
cmake-win64 | ||
cmake-windows.sh | ||
flags-clang.sh | ||
flags-gcc.sh | ||
flags.sh | ||
tox-bootstrapd-docker | ||
upload-coverage |