From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl MacMillan Subject: Re: Executable permissions Date: Wed, 13 Dec 2006 11:20:04 -0500 Message-ID: <45802834.5070806@redhat.com> References: <458023AF.4030204@redhat.com> <200612131111.42083.sgrubb@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200612131111.42083.sgrubb@redhat.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: Steve Grubb Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com Steve Grubb wrote: > On Wednesday 13 December 2006 11:00, Karl MacMillan wrote: >> Is there a reason that the audit tools that take a file name paramater >> (-if) are not executable by non-root users? > > Current tools do not. > [root@localhost ~]# ls -l /sbin/au* -rwxr-x--- 1 root root 3080 Dec 1 11:37 /sbin/audispd* -rwxr-x--- 1 root root 88216 Dec 1 11:37 /sbin/auditctl* -rwxr-x--- 1 root root 96068 Dec 1 11:37 /sbin/auditd* -rwxr-x--- 1 root root 102864 Dec 1 11:37 /sbin/aureport* -rwxr-x--- 1 root root 115420 Dec 1 11:37 /sbin/ausearch* -rwxr-x--- 1 root root 68816 Dec 1 11:37 /sbin/autrace* [root@localhost ~]# rpm -qa | grep audit audit-libs-1.3-3.fc7 audit-1.3-3.fc7 audit-libs-python-1.3-3.fc7 audit-libs-devel-1.3-3.fc7 It's not the code, but rather the default permissions on the executables. So this might just be a packaging problem. Thanks - Karl