/
githubmirror
/
audit-userspace
Обзор
Документация
Войти
/
githubmirror
/
audit-userspace
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
audisp/plugins/Makefile.am
32 строки
1 KB
Attila Lakatos
audisp-filter: new plugin that provides audit event filtering capability (#352)
27 фев 2024, 22:22
Не верифицирован
27 фев 2024, 22:22
adec3f2
Код
Авторство
О чём код?
# Makefile.am -- # Copyright 2007-08,2018-23 Red Hat Inc. # All Rights Reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2.1 of the License, or (at your option) any later version. # # This library 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 # Lesser General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING. If not, write to the # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor # Boston, MA 02110-1335, USA. # # Authors: # Steve Grubb <sgrubb@redhat.com> # CONFIG_CLEAN_FILES = *.loT *.rej *.orig SUBDIRS = af_unix remote syslog filter if ENABLE_EXPERIMENTAL SUBDIRS += ids statsd endif if ENABLE_ZOS_REMOTE SUBDIRS += zos-remote endif