Crate redox_users [] [src]

Structs

AllGroups

Struct encapsulating all the groups on the system

AllUsers

Struct encapsulating all users on the system

Group

A struct representing a Redox users group. Currently maps to an '/etc/group' file entry.

User

A struct representing a Redox user. Currently maps to an entry in the '/etc/passwd' file.

Enums

UsersError

Errors that might happen while using this crate

Functions

get_egid

Gets the current process effective group ID.

get_euid

Gets the current process effective user ID.

get_gid

Gets the current process real group ID.

get_uid

Gets the current process real user ID.

Type Definitions

Result