On Thu, 31 Aug 2006, Joachim Schipper wrote: > On Wed, Aug 30, 2006 at 12:11:15PM -0300, Denis Augusto Araujo de Souza wrote: > > Friends, > > > > I'm needing to mount a /tmp partition in a secure mode. Which is > > the best way to fstab file configuration? > > I don't know what secure mode means, but a ramdisk (mount_mfs(8)) would > be difficult to get data from, and pretty quick;
Assuming you are talking about data remanence then recovery of a MFS /tmp would be practically impossible because it is backed by encrypted swap. (Unless you turn off vm.swapencrypt.enable). -d