package
1.30.0
Repository: https://github.com/coreos/rocket.git
Documentation: pkg.go.dev

# Functions

IDsFromEtc returns a new UID/GID resolver by parsing etc/passwd, and etc/group relative from the given rootPath looking for the given username, or group.
IDsFromStat returns a new UID/GID resolver deriving the UID/GID from file attributes and unshifts the UID/GID if the given range is not nil.
No description provided by the author
NumericIDs returns a resolver that will resolve constant UID/GID values.
ShiftFiles shifts filesToshift by the amounts specified in uidRange.

# Constants

No description provided by the author

# Structs

A UidRange structure used to set uidshift and its range.

# Interfaces

Resolver defines the interface for resolving a UID/GID.