From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: crond Date: Wed, 7 Jan 2009 17:22:40 -0500 Message-ID: <200901071722.41310.sgrubb@redhat.com> References: <2B0B840A-94CA-4D42-92B9-34BD537185DB@arlut.utexas.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <2B0B840A-94CA-4D42-92B9-34BD537185DB@arlut.utexas.edu> Content-Disposition: inline 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 07 January 2009 04:24:27 pm Starr-Renee Corbin wrote: > Is there a way to run an auditctl command that will do both of the =A0 > above? Not at this point. If the user filter in the kernel allowed type to be us= ed,=20 you might stand a chance. But then there is no way to filter on cron bein= g=20 the source in the kernel.=20 User space originating audit events are sent as a string to the kernel. T= he=20 kernel does not parse strings and won't match against it.=20 -Steve