From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: auditctl -1 User ID Date: Wed, 18 Feb 2009 12:30:06 -0500 Message-ID: <200902181230.07368.sgrubb@redhat.com> References: <499C425E.1050804@groupw.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <499C425E.1050804@groupw.com> 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 18 February 2009 12:16:14 pm Dan Gruhn wrote: > I'm getting an auditctl startup SELinux violation that is showing up > with a user ID of -1 (4294967295 in my case). -1 means that the command was run by something that was not initiated by a login. IOW, probably initscripts. > I can fix the violation, but before I do I thought I saw something a while > back about setting a parameter or defining a variable on power-up so that > one didn't get the -1 for something that came up in the wrong order. There is nothing that fixes that. This is just a statement of fact. The error originated from a non-login path. What you might be remembering is that you should put a audit=1 in the boot params of the kernel. This is so that you don't have any unauditable processes. -Steve