Re: svn commit: r214118 - in head: sbin/geom/class/eli sys/geom/eli

2010-10-21 Thread Rui Paulo
Great work. Might be worth adding the geli commands to /etc/rc.suspend /etc/rc.resume. You could do something that requires the minimum user configuration, like: --- geli list 21 /dev/null if [ $? -eq 0 ]; then geli suspend -a fi --- Regards, -- Rui Paulo

Re: svn commit: r214118 - in head: sbin/geom/class/eli sys/geom/eli

2010-10-21 Thread Pawel Jakub Dawidek
On Thu, Oct 21, 2010 at 07:25:53AM +0100, Rui Paulo wrote: Great work. Might be worth adding the geli commands to /etc/rc.suspend /etc/rc.resume. You could do something that requires the minimum user configuration, like: --- geli list 21 /dev/null if [ $? -eq 0 ]; then geli

Re: svn commit: r214118 - in head: sbin/geom/class/eli sys/geom/eli

2010-10-21 Thread Garrett Cooper
On Thu, Oct 21, 2010 at 1:55 AM, Pawel Jakub Dawidek p...@freebsd.org wrote: On Thu, Oct 21, 2010 at 07:25:53AM +0100, Rui Paulo wrote: Great work. Might be worth adding the geli commands to /etc/rc.suspend /etc/rc.resume. You could do something that requires the minimum user configuration,

svn commit: r214118 - in head: sbin/geom/class/eli sys/geom/eli

2010-10-20 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Oct 20 20:50:55 2010 New Revision: 214118 URL: http://svn.freebsd.org/changeset/base/214118 Log: Bring in geli suspend/resume functionality (finally). Before this change if you wanted to suspend your laptop and be sure that your encryption keys are safe, you had to