generated from linux-system-roles/template
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: subgid maps user to gids, not group to gids
Cause: The podman role was looking up groups in the subgid values, not users. Consequence: If the user name was different from the group name, the role would fail to lookup the subgid values. Fix: Ensure that the user is used to lookup the subgid values. Result: The subgid values are looked up correctly. Signed-off-by: Rich Megginson <[email protected]>
- Loading branch information
Showing
2 changed files
with
37 additions
and
51 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