/
githubmirror
/
audit-userspace
Обзор
Документация
Войти
/
githubmirror
/
audit-userspace
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
audisp/audispd-config.h
37 строк
1 KB
Steve Grubb
Move audispd.conf settings into auditd.conf
29 июн 2018, 22:32
29 июн 2018, 22:32
bf5f3cf
Код
Авторство
О чём код?
/* audispd-config.h -- * Copyright 2007-08,2018 Red Hat Inc., Durham, North Carolina. * All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * Authors: * Steve Grubb <sgrubb@redhat.com> * */ #ifndef AUDISPD_CONFIG_H #define AUDISPD_CONFIG_H #include "auditd-config.h" typedef struct disp_conf { unsigned int q_depth; overflow_action_t overflow_action; unsigned int max_restarts; char *plugin_dir; } daemon_conf_t; #endif