Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2009 23:40:53 +0100
From:      "Simon L. Nielsen" <simon@FreeBSD.org>
To:        Daniel Thiele <dthiele@gmx.net>
Cc:        freebsd-current@freebsd.org, shaun@FreeBSD.org
Subject:   Re: Support for geli onetime encryption for /tmp?
Message-ID:  <20091212224052.GF1417@arthur.nitro.dk>
In-Reply-To: <4B24143E.2060803@gmx.net>
References:  <4B24143E.2060803@gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091212224052.GF1417>