From owner-freebsd-questions@FreeBSD.ORG Fri Jul 25 16:54:23 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F46137B401 for ; Fri, 25 Jul 2003 16:54:23 -0700 (PDT) Received: from pop015.verizon.net (pop015pub.verizon.net [206.46.170.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32E1543FA3 for ; Fri, 25 Jul 2003 16:54:22 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([141.149.47.46]) by pop015.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030725235421.PWJY20810.pop015.verizon.net@mac.com>; Fri, 25 Jul 2003 18:54:21 -0500 Message-ID: <3F21C32C.7040502@mac.com> Date: Fri, 25 Jul 2003 19:54:20 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Rosa References: <03c601c35300$15f52a80$3501a8c0@pro.sk> In-Reply-To: <03c601c35300$15f52a80$3501a8c0@pro.sk> X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at pop015.verizon.net from [141.149.47.46] at Fri, 25 Jul 2003 18:54:21 -0500 cc: freebsd-questions Subject: Re: suid files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2003 23:54:23 -0000 Peter Rosa wrote: > Some another question I wanted to ask a long time ago: > > 1. Is there some list of files, that REALLY need suid-bit set ? > 2. Is there some list of files, installed from FreeBSD, which HAVE suid-bit > set ? See /var/log/setuid.today for the latter, and maybe /etc/periodic/daily/450.status-security which performs a daily check on setuid files, if that is of interest to you... -- -Chuck