Skip to content

Commit

Permalink
Ensure that the toolbox user runs with 'wheel' as an additional group
Browse files Browse the repository at this point in the history
  • Loading branch information
debarshiray committed Sep 20, 2018
1 parent cfcf4eb commit 4bda42d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fedora-toolbox
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 4bda42d

Please sign in to comment.