centos man page for audit_setloginuid

Query: audit_setloginuid

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

AUDIT_SETLOGINUID(3)						  Linux Audit API					      AUDIT_SETLOGINUID(3)

NAME
audit_setloginuid - Set a program's loginuid value
SYNOPSIS
#include <libaudit.h> int audit_setloginuid(uid_t uid);
DESCRIPTION
This function sets the task attribute loginuid with the value of uid. The loginuid value may only be set by programs with the CAP_AUDIT_CONTROL capability. This normally means the root account. The loginuid value is part of the task structure and is inheritted by child processes. It is used to track what account a user gained sys- tem access with. All system entry point programs should set this value right before changing to the uid of the user granted access so that audit events are properly attributed to the that user.
RETURN VALUE
This function returns 0 on success and non-zero otherwise.
SEE ALSO
audit_getloginuid(3), pam_loginuid(8).
AUTHOR
Steve Grubb Red Hat Oct 2006 AUDIT_SETLOGINUID(3)
Related Man Pages
pam_loginuid(8) - suse
pam_loginuid(8) - php
pam_loginuid(8) - x11r4
pam_loginuid(8) - xfree86
pam_loginuid(8) - osf1
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
DB2 convert digits to binary format
Unsure why access time on a directory change isn't changing
Please Welcome Dave Munro to the Moderator Team!