chrootuser

package
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2018 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// ErrNoSuchUser indicates that the user provided by the caller does not
	// exist in /etc/passws
	ErrNoSuchUser = errors.New("user does not exist in /etc/passwd")
)

Functions

func GetAdditionalGroupsForUser added in v0.4.2

func GetAdditionalGroupsForUser(rootdir string, userid uint64) ([]uint32, error)

GetAdditionalGroupsForUser returns a list of gids that userid is associated with

func GetGroup added in v0.4.4

func GetGroup(rootdir, groupspec string) (uint32, error)

GetGroup returns the gid by looking it up in the /etc/group file groupspec format [ group | gid ]

func GetUser

func GetUser(rootdir, userspec string) (uint32, uint32, error)

GetUser will return the uid, gid of the user specified in the userspec it will use the /etc/passwd and /etc/group files inside of the rootdir to return this information. userspec format [user | user:group | uid | uid:gid | user:gid | uid:group ]

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL