From owner-freebsd-chat@FreeBSD.ORG Tue Oct 12 22:56:50 2004 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5358616A4CE for ; Tue, 12 Oct 2004 22:56:50 +0000 (GMT) Received: from mail.cableone.net (scanmail1.cableone.net [24.116.0.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11CE143D3F for ; Tue, 12 Oct 2004 22:56:50 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.24-119-122-191.cpe.cableone.net (unverified [24.119.122.25]) by smail1.cableone.net (SurgeMail 1.9b) with ESMTP id 49011 for multiple; Tue, 12 Oct 2004 15:56:29 -0700 Date: Tue, 12 Oct 2004 17:56:04 -0500 From: Vulpes Velox To: "Jeremy C. Reed" Message-ID: <20041012175604.3c4748c5@vixen42.24-119-122-191.cpe.cableone.net> In-Reply-To: References: X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Server: High Performance Mail Server - http://surgemail.com cc: freebsd-chat@freebsd.org Subject: Re: get rid of tmp directories? X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 22:56:50 -0000 On Tue, 12 Oct 2004 13:49:15 -0700 (PDT) "Jeremy C. Reed" wrote: > Do you know of anyone who runs systems without any world-writable > tmp directories? > > It seems like it is not needed. Some programs will honor TMP > variable and other programs may let you define where your tmp > directory is at. So each user and each program could have their own > directories that are owned and only writable by their own uid. Yeah, that reminds me, is there any lib or any thing that is usually used for grabbing name/location for temp files, or is this usually handled by a program it's self? If there is, the possibility of changing it to use ~/tmp or something of the like, is a interesting idea.