Skip to content

mygetent group 100 #588

Description

@antalk2

The call to mygetent here:

Containerusergroup="$(mygetent group "$Containerusergid" | cut -d: -f1 || echo group_"$Containeruser")"

may be mygetent group 100

but the fallback option in mygetent

grep "^${2:-NOENTRY}:" < "/etc/${1:-NOFILESPECIFIED}"

only looks for the key in the first field (group_name), not in group_id

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions