setaudid(2) setaudid(2)
NAME [Toc] [Back]
setaudid - set the audit ID (aid) for the current process
SYNOPSIS [Toc] [Back]
#include <sys/audit.h>
int setaudid(aid_t audid);
DESCRIPTION [Toc] [Back]
setaudid() sets the audit ID (aid) for the current process. This call
is restricted to the super-user.
RETURN VALUE [Toc] [Back]
Upon successful completion, setaudid() returns a value of 0;
otherwise, it returns -1 and sets errno to indicate the error.
ERRORS [Toc] [Back]
setaudid() fails if any of the following conditions are encountered:
[EPERM] The caller is not a superuser.
[EINVAL] The audit ID (audid) is invalid.
AUTHOR [Toc] [Back]
setaudid() was developed by HP.
SEE ALSO [Toc] [Back]
getaudid(2).
Hewlett-Packard Company - 1 - HP-UX 11i Version 2: August 2003 [ Back ] |