mirror of
https://github.com/containers/podman.git
synced 2026-02-05 20:02:38 -05:00
psgo added support for listing supplementary groups via two new descriptors: * `groups` for supplementary groups inside the container * `hgroups` for the counterpart on the host Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
10 lines
184 B
Modula-2
10 lines
184 B
Modula-2
module github.com/containers/psgo
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/opencontainers/runc v1.0.2
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/sys v0.0.0-20210817190340-bfb29a6856f2
|
|
)
|