feat: apply host group permissions inside the container

This commit is contained in:
Pallav Vasa 2025-05-22 16:05:18 +00:00
parent dd0cefd6c9
commit 4f61a71d12

View File

@ -121,6 +121,7 @@ start_container_if_needed() {
podman run -dit \
--name "$WORKSPACE" \
--userns=keep-id \
--group-add keep-groups \
--user "$DEV_USER" \
--hostname "$WORKSPACE" \
--label auto-cleanup=true \