On 25 March 2013 11:57, Tom Ritter <[email protected]> wrote:
> It the moment it only supports Bitlocker, but support for Truecrypt is
> coming[0].  \

Due to some internal confusion, this happened a little bit ago, but I
didn't know about it.  You can now tell it "I'm smarter than you and
have FDE you don't know about"[0].  This will let it work with
Truecrypt.

Mac and Linux support are still stalled.  Julian Oliver posted a quick
script for Linux that emulates some amount of the functionality last
March, I'm reposting:

//----------------------------------------------------------------------------->

#!/bin/sh

while true;
do
    AC=$(acpi -a | awk '{ print $3 }')
    if [ "$AC" = "off-line" ]:
        then
        echo "Power unplugged. Hibernating."
        pm-hibernate
    fi
    sleep 1
done

//<----------------------------------------------------------------------------

-tom

[0] 
https://github.com/iSECPartners/yontma/commit/26cef9cc60ecbb68b7c6bc78c418d367e657af6a
--
Too many emails? Unsubscribe, change to digest, or change password by emailing 
moderator at [email protected] or changing your settings at 
https://mailman.stanford.edu/mailman/listinfo/liberationtech

Reply via email to