From owner-freebsd-hackers@FreeBSD.ORG Mon Jun 21 17:15:46 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C398C16A4CE for ; Mon, 21 Jun 2004 17:15:46 +0000 (GMT) Received: from meketrex.pix.net (meketrex.pix.net [192.111.45.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B15143D58 for ; Mon, 21 Jun 2004 17:15:46 +0000 (GMT) (envelope-from lidl@meketrex.pix.net) Received: (from lidl@localhost) by meketrex.pix.net (8.11.6/8.11.6) id i5LHFcF14819; Mon, 21 Jun 2004 13:15:38 -0400 (EDT) Date: Mon, 21 Jun 2004 13:15:37 -0400 From: "Kurt J. Lidl" To: Cyrille Lefevre Message-ID: <20040621131537.D9593@pix.net> References: <20040617205549.GA19254@lava.net> <070301c454c4$8f17ee90$7890a8c0@dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <070301c454c4$8f17ee90$7890a8c0@dyndns.org>; from clefevre-lists@9online.fr on Fri, Jun 18, 2004 at 01:41:05AM +0200 X-Mailman-Approved-At: Tue, 22 Jun 2004 12:08:49 +0000 cc: hackers@freebsd.org cc: Clifton Royston Subject: Re: Sticky/sgid/suid bits safe on regular files? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2004 17:15:46 -0000 On Fri, Jun 18, 2004 at 01:41:05AM +0200, Cyrille Lefevre wrote: > "Clifton Royston" wrote: > [snip] > > Can anybody confirm for me that the suid, sgid, and sticky bit are in > > fact no-ops for FreeBSD on regular non-executable files, as it appears > > they should be? > > how about the use of hard link which is not os depedent ? Then you have twice as many directory entries for the system to manage, which might be a resource hog if you have many files. -Kurt