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

NAME

6       auparse_set_eoe_timeout - set the end of event timeout value
7

SYNOPSIS

9       #include <auparse.h>
10
11       int auparse_set_eoe_timeout(time_t new_tmo)
12
13

DESCRIPTION

15       auparse_set_eoe_timeout  is  used to set the end of event timeout value
16       (seconds). The value should be a positive integer. If this function  is
17       called,  it  overrides  any  setting in /etc/auditd.conf.  The function
18       should be called after the auparse_init() function call.
19
20       For details on the timeout, see the end_of_event_timeout  configuration
21       item description in auditd.conf(5).
22
23

RETURN VALUE

25       Returns -1 if an error occurs; otherwise, 0 for success.
26
27

SEE ALSO

29       auparse_init(3).  auditd.conf(8).
30
31

AUTHOR

33       Steve Grubb
34
35
36
37Red Hat                          January 2021       AUPARSE_SET_EOE_TIMEOUT(3)
Impressum