From: Richard Guy Briggs <rgb@redhat.com>
To: linux-audit@redhat.com
Cc: Richard Guy Briggs <rgb@redhat.com>
Subject: [PATCH 1/2] add support for loginuid_set using macro AUDIT_LOGINUID_SET
Date: Wed, 1 Jun 2016 18:58:08 -0400 [thread overview]
Message-ID: <1464821889-3109-2-git-send-email-rgb@redhat.com> (raw)
In-Reply-To: <1464821889-3109-1-git-send-email-rgb@redhat.com>
See upstream kernel commits:
780a7654cee8d61819512385e778e4827db4bfbc
041d7b98ffe59c59fdd639931dea7d74f9aa9a59
Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
---
lib/fieldtab.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/lib/fieldtab.h b/lib/fieldtab.h
index bf48c95..107157d 100644
--- a/lib/fieldtab.h
+++ b/lib/fieldtab.h
@@ -31,6 +31,8 @@ _S(AUDIT_SGID, "sgid" )
_S(AUDIT_FSGID, "fsgid" )
_S(AUDIT_LOGINUID, "auid" )
_S(AUDIT_LOGINUID, "loginuid" )
+_S(AUDIT_LOGINUID_SET, "auid_set" )
+_S(AUDIT_LOGINUID_SET, "loginuid_set" )
_S(AUDIT_PERS, "pers" )
_S(AUDIT_ARCH, "arch" )
_S(AUDIT_MSGTYPE, "msgtype" )
--
1.7.1
next prev parent reply other threads:[~2016-06-01 22:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-01 22:58 [PATCH 0/2] add support for more fields to the exclude filter Richard Guy Briggs
2016-06-01 22:58 ` Richard Guy Briggs [this message]
2016-06-01 22:58 ` [PATCH 2/2] exclude filter: add support for user filter fields Richard Guy Briggs
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1464821889-3109-2-git-send-email-rgb@redhat.com \
--to=rgb@redhat.com \
--cc=linux-audit@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox