From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754209AbcHSAwq (ORCPT ); Thu, 18 Aug 2016 20:52:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59630 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753778AbcHSAwg (ORCPT ); Thu, 18 Aug 2016 20:52:36 -0400 From: Richard Guy Briggs To: linux-audit@redhat.com, linux-kernel@vger.kernel.org Cc: Richard Guy Briggs , sgrubb@redhat.com, pmoore@redhat.com, eparis@redhat.com Subject: [PATCH V3 0/3] Add support for session ID user filtering Date: Thu, 18 Aug 2016 13:43:12 -0400 Message-Id: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Thu, 18 Aug 2016 17:43:49 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org https://github.com/linux-audit/audit-kernel/wiki/RFE-Session-ID-User-Filter RFE Session ID User Filter https://github.com/linux-audit/audit-kernel/issues/4 RFE: add a session ID filter to the kernel's user filter See also the set of userspace suport patches: Add support for sessionid user filters, sessionid_set and loginuid_set https://www.redhat.com/archives/linux-audit/2016-August/msg00005.html (userspace update expected to be posted 2016-08-18) and the test case: https://github.com/rgbriggs/audit-testsuite/tree/ghak4-test-for-sessionID-user-filter This third patch is expected to have a merge conflict with: "audit: add exclude filter extension to feature bitmap" posted on 2016-08-18. Richard Guy Briggs (3): audit: add support for session ID user filter audit: add AUDIT_SESSIONID_SET support audit: add sessionid filter extension to feature bitmap include/linux/audit.h | 10 ++++++++++ include/uapi/linux/audit.h | 6 +++++- kernel/auditfilter.c | 5 +++++ kernel/auditsc.c | 6 ++++++ 4 files changed, 26 insertions(+), 1 deletions(-)