port and shutsdown the computer when a button is pushed. I modified it to detach an
encrypted disk in the event that physical security of my file server was breached.
It can be modified to destroy your data, lock sectors, logs and key file.
most will just want to unmount and detach the disk
- Code: Select all
/*change the below commands to destroy your data.*/
system("/sbin/umount /mnt/YOUR DISK");
system("/sbin/geli detach -f /dev/YOUR DISK");
exit (0);
Im using gbde, but this can be made to work with GELI
buy changing the detach command to something appropriate
to your setup.
YOU WILL HAVE TO EDIT tripwire.c TO MAKE THIS WORK
ON YOUR SYSTEM!!!
close the circuit for a second or two, to activate your security
measures, hook it up to a bulding alarm system, remote control
a switch on your closet door. Just about anything will work.

Important: Everyone should read at least once in their lifetime 