From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: AUDIT_NETFILTER_CFG event format Date: Tue, 17 Jan 2017 09:07:12 -0500 Message-ID: <1682290.8dYH4O06Gk@x2> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from x2.localnet (vpn-57-135.rdu2.redhat.com [10.10.57.135]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v0HE7B8U014659 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 17 Jan 2017 09:07:11 -0500 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 Mailing List List-Id: linux-audit@redhat.com Hell Richard, While we're in the NETFILTER area, the CFG event is lacking some fields, too. Its currently: table,family,entries its missing everything about *who* sent it: pid,uid,auid,ses,subj,exe,res I'd suggest: pid,uid,auid,ses,subj,table,family,entries,exe,res to make it compatible with the majority of records. Incidentally, I created a chart that shows how each record type is alike and different from every other record. You might call it a record grammar tree: http://people.redhat.com/sgrubb/audit/record-fields.html I'd like to align as many events as possible to pid,uid,auid section of the graph. -Steve