Structs§
- login_
cap - Raw type for login capability, aliased as
login_cap_t
Constants§
- AUTH_
ALLOW - Bitwise OR (AUTH_OKAY | AUTH_ROOTOKAY | AUTH_SECURE)
- AUTH_
CHALLENGE - A challenge was given
- AUTH_
EXPIRED - Account expired
- AUTH_
OKAY - User authenticated
- AUTH_
PWEXPIRED - Password expired
- AUTH_
ROOTOKAY - Authenticated as root
- AUTH_
SECURE - Secure login
- AUTH_
SILENT - Silent rejection
- BI_AUTH
- Accepted authentication
- BI_
CHALLENGE - Reject with a challenge
- BI_
EXPIRED - Account expired
- BI_
FDPASS - Child is passing an fd
- BI_
PWEXPIRED - Password expired
- BI_
REJECT - Rejected authentication
- BI_
REMOVE - Remove file on error
- BI_
ROOTOKAY - Root authenticated
- BI_
SECURE - Ok on non-secure line
- BI_
SETENV - Set environment variable
- BI_
SILENT - Reject silently
- BI_
UNSETENV - Unset environment variable
- BI_
VALUE - Set local variable
- LOGIN_
SETALL - Sets all of the above.
- LOGIN_
SETENV - Sets environment variables specified by the setenv keyword.
- LOGIN_
SETGROUP - Set the group ID and call initgroups(3). Requires the pwd field be specified.
- LOGIN_
SETLOGIN - Set the login name set by setlogin(2). Requires the pwd field be specified.
- LOGIN_
SETPATH - Sets the PATH environment variable.
- LOGIN_
SETPRIORITY - Swets the priority by setpriority(2).
- LOGIN_
SETRESOURCES - Sets the various system resources by setrlimit(2).
- LOGIN_
SETUMASK - Sets the umask by umask(2).
- LOGIN_
SETUSER - Sets the user ID to uid by setuid(2).
Functions§
- login_
close ⚠ - From
login_getclass(3): - login_
getcapbool ⚠ - From
login_getclass(3): - login_
getcapnum ⚠ - From
login_getclass(3): - login_
getcapsize ⚠ - From
login_getclass(3): - login_
getcapstr ⚠ - From
login_getclass(3): - login_
getcaptime ⚠ - From
login_getclass(3): - login_
getclass ⚠ - From
login_getclass(3): - login_
getstyle ⚠ - From
login_getclass(3): - secure_
path ⚠ - From
login_getclass(3): - setclasscontext⚠
- From
login_getclass(3): - setusercontext⚠
- From
login_getclass(3):
Type Aliases§
- login_
cap_ t - Alias for the login capability type
login_cap - quad_t