package
3.11.5+incompatible
Repository: https://github.com/sylabs/singularity.git
Documentation: pkg.go.dev
# Functions
GetConfig parses a subuid/subgid configuration file and returns a Config holding all mapping entries, it allows to pass a custom function getUserFn used to lookup in a custom user database, if there is no custom function, the default one is used.
GetIDRange determines UID/GID mappings based on configuration file provided in path.
# Constants
SubGIDFile is the default path to the subgid file.
SubUIDFile is the default path to the subuid file.
# Type aliases
GetUserFn defines the user lookup function prototype.