/
githubmirror
/
audit-userspace
Обзор
Документация
Войти
/
githubmirror
/
audit-userspace
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/auparse_set_eoe_timeout.3
26 строк
817 B
Steve Grubb
Align man pages to glibc style pt2
30 июн 2025, 03:54
30 июн 2025, 03:54
b9c4482
Код
Авторство
О чём код?
.TH "AUPARSE_SET_EOE_TIMEOUT" "3" "January 2021" "Red Hat" "Linux Audit API" .SH NAME auparse_set_eoe_timeout \- set the end of event timeout value .SH "SYNOPSIS" .B #include <auparse.h> .sp .BI "int auparse_set_eoe_timeout(time_t" new_tmo);" .SH "DESCRIPTION" auparse_set_eoe_timeout is used to set the end of event timeout value (seconds). The value should be a positive integer. If this function is called, it overrides any setting in /etc/auditd.conf. The function should be called after the \fIauparse_init()\fP function call. For details on the timeout, see the \fBend_of_event_timeout\fP configuration item description in \fIauditd.conf(5)\fP. .SH "RETURN VALUE" Returns \-1 if an error occurs; otherwise, 0 for success. .SH "SEE ALSO" .BR auparse_init (3). .BR auditd.conf (8). .SH AUTHOR Steve Grubb