GETAUDID(2)
NAME
getaudid − get the audit ID (aid) for the current process
SYNOPSIS
#include <sys/audit.h> int getaudid ()
DESCRIPTION
Getaudid returns the audit ID (aid) for the current process. This call is restricted to the superuser.
RETURN VALUE
Upon successful completion, the audit ID is returned; otherwise, a −1 is returned.
ERRORS
Getaudid fails if the following is true:
[EPERM] The caller is not a superuser.
AUTHOR
Getaudid was developed by HP.
SEE ALSO
Hewlett-Packard Company — HP-UX Release 7.0: Sept 1989