From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: user showing up as unset Date: Thu, 12 May 2011 14:30:41 -0400 Message-ID: <201105121430.41800.sgrubb@redhat.com> References: <4D8348804BD0AE4EB58593EA9539CFF5A192F6@es-22b.manassas.progeny.net> <201105111037.55130.sgrubb@redhat.com> <4D8348804BD0AE4EB58593EA9539CFF5A19351@es-22b.manassas.progeny.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4D8348804BD0AE4EB58593EA9539CFF5A19351@es-22b.manassas.progeny.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: "Harris, Todd" Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Thursday, May 12, 2011 02:24:29 PM Harris, Todd wrote: > If I have a process that starts up automatically without going through > the pam stack, and users can interact with it. Is there any good way to > assign a uid that the audit system can use? Is it possible to have it > change /proc/self/loginuid? If the program has CAP_AUDIT_CONTROL, then it can change that value. Modify the source code to write the uid into that file. -Steve