Crate login_cap_sys[][src]

Structs

Raw type for login capability, aliased as login_cap_t

Constants

Bitwise OR (AUTH_OKAY | AUTH_ROOTOKAY | AUTH_SECURE)

A challenge was given

Account expired

User authenticated

Password expired

Authenticated as root

Secure login

Silent rejection

Accepted authentication

Reject with a challenge

Account expired

Child is passing an fd

Password expired

Rejected authentication

Remove file on error

Root authenticated

Ok on non-secure line

Set environment variable

Reject silently

Unset environment variable

Set local variable

Sets all of the above.

Sets environment variables specified by the setenv keyword.

Set the group ID and call initgroups(3). Requires the pwd field be specified.

Set the login name set by setlogin(2). Requires the pwd field be specified.

Sets the PATH environment variable.

Swets the priority by setpriority(2).

Sets the various system resources by setrlimit(2).

Sets the umask by umask(2).

Sets the user ID to uid by setuid(2).

Functions

From login_getclass(3):

From login_getclass(3):

From login_getclass(3):

From login_getclass(3):

From login_getclass(3):

From login_getclass(3):

From login_getclass(3):

From login_getclass(3):

From login_getclass(3):

From login_getclass(3):

From login_getclass(3):

Type Definitions

Alias for the login capability type login_cap