HP-UX Reference (11i v1 00/12) - 2 System Calls (vol 5)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man2/!!!intro.2
________________________________________________________________
___ ___
g
getaudid(2) getaudid(2)
NAME
getaudid - get the audit ID (aid) for the current process
SYNOPSIS
#include <sys/audit.h>
int getaudid(void);
DESCRIPTION
getaudid() returns the audit ID (aid) for the current process. This call is restricted to the super-user.
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 super-user.
AUTHOR
getaudid() was developed by HP.
SEE ALSO
setaudid(2).
Section 280 1 HP-UX Release 11i: December 2000
___
___