From 4733607eec54034d2083534ebff2dad89c28574e Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Mon, 16 Mar 2015 13:14:18 -0400 Subject: journal: add int↔audit type name mapping MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/journal/audit-type.c | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/journal/audit-type.c (limited to 'src/journal/audit-type.c') diff --git a/src/journal/audit-type.c b/src/journal/audit-type.c new file mode 100644 index 0000000000..b8c8ee531d --- /dev/null +++ b/src/journal/audit-type.c @@ -0,0 +1,31 @@ +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ + +/*** + This file is part of systemd. + + Copyright 2015 Zbigniew Jędrzejewski-Szmek + + systemd 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. + + systemd 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 Lesser General Public License + along with systemd; If not, see . +***/ + +#include +#ifdef HAVE_AUDIT +# include +#endif + +#include "audit-type.h" +#include "macro.h" +#include "missing.h" + +#include "audit_type-to-name.h" -- cgit v1.2.3-54-g00ecf