feat: apply host group permissions inside the container
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user