From owner-freebsd-questions Tue May 21 06:12:31 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA23874 for questions-outgoing; Tue, 21 May 1996 06:12:31 -0700 (PDT) Received: from unix1.ism.com.br (unix1.ism.com.br [200.255.211.35]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id GAA23864 for ; Tue, 21 May 1996 06:12:25 -0700 (PDT) Received: from clpc1.compuland.com.br ([200.255.96.22]) by unix1.ism.com.br (8.7.1/8.7.1) with SMTP id KAA13109 for ; Tue, 21 May 1996 10:11:47 -0300 Date: Tue, 21 May 1996 10:11:47 -0300 Message-Id: <199605211311.KAA13109@unix1.ism.com.br> X-Sender: compland@ism.com.br X-Mailer: Windows Eudora Version 1.4.4 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: questions@freebsd.org From: compland@ism.com.br (Helio Coelho Jr. - CompuLand Informatica) Subject: security check output Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi: I got that from the daily security check on a FreeBSD 2.1R box: checking setuid files and devices: rd setuid/device diffs: 7d6 < -r-sr-xr-x 1 root bin 65536 Nov 16 07:49:35 1995 /sbin/mount_union 60a60 > drwxrwsr-x 2 2775 1744 1024 Mar 16 14:15:13 1996 /usr/cached-1.4.pl2/src/GNUmalloc 72c72 < drwxrwsr-x 2 2775 1744 1024 Mar 16 14:15:13 1996 /usr/cached-1.4.pl2/src/GNUmalloc ^^^^^^^^^^ Why ? They look quite the same ? --- > -rwsr-xr-x 1 root daemon 8808 May 15 10:42:22 1996 /usr/local/etc/httpd/cgi-bin/URIBS/staff/Modify-User-Wrapper 81d80 < -rwsr-xr-x 1 root daemon 8808 May 15 10:42:22 1996 /usr/local/etc/httpd/cgi-bin/URIBS/staff/Modify-User-Wrapper The same here. 120a120 > drwxr-sr-x 2 104 xten 512 Jun 22 15:07:06 1995 /usr/ports/lang/perl5/work/perl5.001m/lib/Search 123d122 < drwxr-sr-x 2 104 xten 512 Jun 22 15:07:06 1995 /usr/ports/lang/perl5/work/perl5.001m/lib/Search 140a140 > drwxr-sr-x 2 104 xten 1024 May 13 16:07:44 1996 /usr/ports/lang/perl5/work/perl5.001m/x2p 157d156 < drwxr-sr-x 2 104 xten 1024 May 13 16:07:44 1996 /usr/ports/lang/perl5/work/perl5.001m/x2p checking for uids of 0: root 0 Why the security check is complaining of that files ? Thanks a lot!