From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: How can I make plugins? Date: Wed, 23 Jan 2013 14:20:35 -0500 Message-ID: <1599902.u1h6TNuGT0@x2> References: <4A011C334C23E24BB6FEAEE9D1332DF70C62A5120C@DFW1MBX18.mex07a.mlsrvr.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4A011C334C23E24BB6FEAEE9D1332DF70C62A5120C@DFW1MBX18.mex07a.mlsrvr.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 Wednesday, January 23, 2013 01:02:46 PM Adi Chiru wrote: > Hello everyone, > > I have been using auditd for a while and now I am interested in the > dispatcher stuff to be able to run some of my scripts as a result of an > alert. However, I cannot find anything about how to write my own plugins. A > simple shell script does not seem to work. Can anyone help? There is a sample plugin (with Makefiles) located in the source code. You can also see it here: https://fedorahosted.org/audit/browser/trunk/contrib/plugin -Steve