From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Guy Briggs Subject: [userspace PATCH v2 0/2] add support for more fields to the exclude filter Date: Thu, 18 Aug 2016 14:33:18 -0400 Message-ID: <1471545200-3742-1-git-send-email-rgb@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com Cc: Richard Guy Briggs List-Id: linux-audit@redhat.com Add userspace support for the exclude filter extension of subject credentials, including detection of the feature in the kernel. This set should be added after loginuid_set support and before sessionID user filter support to avoid merge conflicts. Richard Guy Briggs (2): exclude filter: add support for user filter fields Check exclude filter cred extension fields available in kernel trunk/docs/auditctl.8 | 2 +- trunk/lib/errormsg.h | 4 ++-- trunk/lib/libaudit.c | 29 +++++++++++++++++++++++++---- trunk/lib/libaudit.h | 3 +++ 4 files changed, 31 insertions(+), 7 deletions(-)