From owner-freebsd-hackers@FreeBSD.ORG Mon Mar 21 12:36:42 2005 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 4BBE316A4CE for ; Mon, 21 Mar 2005 12:36:42 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 76DD243D39 for ; Mon, 21 Mar 2005 12:36:41 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 21 Mar 2005 12:36:40 +0000 (GMT) Date: Mon, 21 Mar 2005 12:36:40 +0000 From: David Malone To: c0ldbyte Message-ID: <20050321123640.GA74746@walton.maths.tcd.ie> References: <49296.81.84.174.5.1111346817.squirrel@mail.revolutionsp.com> <20050321072417.T40399@eleanor.us1.wmi.uvac.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050321072417.T40399@eleanor.us1.wmi.uvac.net> User-Agent: Mutt/1.5.6i Sender: dwmalone@maths.tcd.ie cc: freebsd-hackers@freebsd.org cc: "H. S." Subject: Re: passwd & permissions 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 Mar 2005 12:36:42 -0000 On Mon, Mar 21, 2005 at 07:33:25AM -0500, c0ldbyte wrote: > About the easiest way to go about it would be to set the umask for passwd > command well in operation. Unfortunately, I don't think this will work because pwd_mkdb explicitly sets the permissions on the files in question. David.