-
Notifications
You must be signed in to change notification settings - Fork 239
Pass supplemental groups when Podman is using crun #1647
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This solves the common issue where /dev/vboxusb/* is owned by group "vboxusers", causing volume mounts to fail when running `toolbox enter`. Same is true for any other mapped dirs with supplemental group owners. Signed-off-by: Michael Winters <1688867+mwinters0@users.noreply.github.com>
|
I see that some of the Zuul tests are failing because they now see additional groups inside the container: I'm not able to address this because I don't really know what I'm doing with BATS: % bats ./test/system
1..1
not ok 1 bats-gather-tests
# bats_load_safe: Could not find '/home/mwinters/projects/forks/containers_toolbox/test/system/libs/bats-support/load'[.bash]
|
Signed-off-by: Michael Winters <1688867+mwinters0@users.noreply.github.com>
|
Oh any news on this? Isee our PRs seem to be related to each other. #1732 |
|
I haven't had time to figure out how to satisfy the tests. I requested review 7 months ago, so I think the maintainers do not look at PRs unless the tests are passing. |
|
Maybe we can tag him for attention @debarshiray |
This solves the common issue where
/dev/vboxusb/*is owned by groupvboxusers, causing volume mounts to fail when runningtoolbox enter. Same is true for any other mapped dirs with supplemental group owners. This is a common issue, frequently reported by its rather cryptic symptoms.Tested on Fedora Workstation 42.
Fixes #1589
Probably #1640
And maybe:
#1310
#1085
#569
Note:
Podman option
keep-groupswas created in containers/podman@e356160 and first released in v3.2.0 (2021-06-03).