1AUDIT_REQUEST_SIGNAL_INFO(3)    Linux Audit API   AUDIT_REQUEST_SIGNAL_INFO(3)
2
3
4

NAME

6       audit_request_signal_info - Request signal info for the audit system
7

SYNOPSIS

9       #include <libaudit.h>
10
11       int audit_request_signal_info(int fd);
12
13

DESCRIPTION

15       audit_request_signal_info  requests  that  the  kernel send information
16       about the sender of a signal to  the  audit  daemon.  The  signal  info
17       structure is as follows:
18
19       struct audit_sig_info {
20               uid_t           uid;
21               pid_t           pid;
22               char            ctx[0];
23       };
24
25       This  function is likely to be used only by audit daemons and shouldn't
26       be called by any other kind of program.
27
28

RETURN VALUE

30       The return value is <= 0 on error, otherwise it is the netlink sequence
31       id  number.  This  function  can  have  any error that sendto would en‐
32       counter.
33
34

SEE ALSO

36       audit_open(3), audit_get_reply(3).
37
38

AUTHOR

40       Steve Grubb
41
42
43
44Red Hat                            Feb 2007       AUDIT_REQUEST_SIGNAL_INFO(3)
Impressum