Ensure that the toolbox user runs with 'wheel' as an additional group
This commit is contained in:
parent
cfcf4eb31e
commit
4bda42d414
|
|
@ -92,6 +92,7 @@ create()
|
|||
max_minus_uid=$((max_uid_count-UID))
|
||||
uid_plus_one=$((UID+1))
|
||||
if ! podman create \
|
||||
--group-add wheel \
|
||||
--hostname toolbox \
|
||||
--interactive \
|
||||
--name $toolbox_container \
|
||||
|
|
|
|||
Loading…
Reference in New Issue