From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: Meaning of SYSCALL fields Date: Wed, 16 Jan 2008 08:49:27 -0500 Message-ID: <200801160849.27359.sgrubb@redhat.com> References: <478E0845.20506@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <478E0845.20506@redhat.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 16 January 2008 08:36:05 Matthew Booth wrote: > suid - what's this? setuid > fsuid - what's this? file system uid > sgid - what's this? set group id > fsgid - what's this? file system group id The fsuid & fsgid are set from setfsuid(). -Steve