audit_get_loginuid(9)
NAME
audit_get_loginuid - get the loginuid for an audit_context
SYNOPSIS
uid_t audit_get_loginuid(struct audit_context * ctx);
ARGUMENTS
- ctx
- the audit_context
DESCRIPTION
Returns the context's loginuid or -1 if ctx is NULL.
audit_get_loginuid - get the loginuid for an audit_context
uid_t audit_get_loginuid(struct audit_context * ctx);
Returns the context's loginuid or -1 if ctx is NULL.