From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: [PATCH] audit keys: support for multiple audit keys Date: Fri, 12 Mar 2010 07:45:31 -0500 Message-ID: <201003120745.31795.sgrubb@redhat.com> References: <58f704b21003100924x5ff296a1tb54a96b18ebaf20b@mail.gmail.com> <58f704b21003112344i61e9fb58v639129e13959e8b9@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <58f704b21003112344i61e9fb58v639129e13959e8b9@mail.gmail.com> 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 List-Id: linux-audit@redhat.com On Friday 12 March 2010 02:44:22 am Juraj Hlista wrote: > An audit rule can have more than 1 key, the keys can be of > different types (only AUDIT_FILTERKEY for now) We discussed this about 2 years ago and came up with this solution: https://www.redhat.com/archives/linux-audit/2008-March/msg00125.html > For example, it is possible to create a rule such as: > auditctl -a exit,always -F path=/file -F key=k1 -F key=k2 -F key=k3 Any audit package since 1.7 supports this syntax already. What does this patch provide that we don't already have? IOW, we already solved this problem 2 years ago, I am wondering if you knew we already can do this? -Steve