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
getaudproc(2) getaudproc(2)
NAME
getaudproc - get the audit process flag for the calling process
SYNOPSIS
#include <sys/audit.h>
int getaudproc(void);
DESCRIPTION
getaudproc() returns the audit process flag for the calling process. The audit process flag (u_audproc)
determines whether the process run by a given user should be audited. The process is audited if the
returned flag is 1. If the returned flag is 0, the process is not audited. This call is restricted to the super-
user.
RETURN VALUE
Upon successful completion, the audit process flag is returned; otherwise, a -1 is returned and errno is
set to indicate the error.
ERRORS
getaudproc() fails if the following is true:
[EPERM] The caller is not the super-user.
AUTHOR
getaudproc() was developed by HP.
SEE ALSO
setaudproc(2).
HP-UX Release 11i: December 2000 − 1 − Section 2−−81
___
___