Ensure that the toolbox user runs with 'wheel' as an additional group

This commit is contained in:
Debarshi Ray 2018-09-20 15:50:55 +02:00
parent cfcf4eb31e
commit 4bda42d414
1 changed files with 1 additions and 0 deletions

View File

@ -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 \