From owner-freebsd-current@FreeBSD.ORG Sat Dec 12 22:40:54 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 980B2106568D; Sat, 12 Dec 2009 22:40:54 +0000 (UTC) (envelope-from simon@nitro.dk) Received: from mx.nitro.dk (unknown [77.75.165.90]) by mx1.freebsd.org (Postfix) with ESMTP id 5ADA78FC1A; Sat, 12 Dec 2009 22:40:54 +0000 (UTC) Received: from arthur.nitro.dk (arthur.bofh [192.168.2.3]) by mx.nitro.dk (Postfix) with ESMTP id 1B4F92D4866; Sat, 12 Dec 2009 22:38:19 +0000 (UTC) Received: by arthur.nitro.dk (Postfix, from userid 1000) id 9D4485C19; Sat, 12 Dec 2009 23:40:53 +0100 (CET) Date: Sat, 12 Dec 2009 23:40:53 +0100 From: "Simon L. Nielsen" To: Daniel Thiele Message-ID: <20091212224052.GF1417@arthur.nitro.dk> References: <4B24143E.2060803@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B24143E.2060803@gmx.net> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-current@freebsd.org, shaun@FreeBSD.org Subject: Re: Support for geli onetime encryption for /tmp? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Dec 2009 22:40:54 -0000 On 2009.12.12 23:07:58 +0100, Daniel Thiele wrote: > Is there maybe another way to achieve onetime /tmp encryption that > I am missing? Preferably one that does not involve huge changes to Well, I use the simple one - make /tmp a memory file system. locate is sometimes not too happy with an e.g. 50MB /tmp, but otherwise it works very well for me. [simon@arthur:~] grep tmp /etc/rc.conf tmpmfs="YES" tmpsize="50M" -- Simon L. Nielsen