-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add two new descriptors: * `groups` for supplementary groups inside the container * `hgroups` for the counterpart on the host Example: ``` podman (main) $ ./bin/podman top -l pid,hpid,group,hgroup,groups,hgroups PID HPID GROUP HGROUP GROUPS HGROUPS 1 92536 root 1000 root,bin,daemon,sys,adm,disk,wheel,floppy,dialout,tape,video 1000,100000,100001,100002,100003,100005,100009,100010,100019,100025,100026 ``` Closes: #87 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Showing
4 changed files
with
69 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters