Revert "Ensure that the toolbox user runs with 'wheel' as an ..."

The --group-add option only affects the entry point of the toolbox
container.

This reverts commit 4bda42d414.

https://github.com/debarshiray/toolbox/pull/165
This commit is contained in:
Debarshi Ray 2019-05-17 16:45:35 +02:00
parent 39806d9269
commit cc42c6949b
1 changed files with 0 additions and 1 deletions

View File

@ -728,7 +728,6 @@ create()
$prefix_sudo podman create \
$dns_none \
$toolbox_path_set \
--group-add wheel \
--hostname toolbox \
--label "com.github.debarshiray.toolbox=true" \
--name $toolbox_container \