Your message dated Sun, 06 Jan 2008 19:23:17 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Please support encrypted swap
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: sysvinit
Version: 2.78-4
Severity: wishlist

Please add support for encrypted swap (like OpenBSD). I did it by adding
the following lines to /etc/init.d/mountall.sh:

dd if=/dev/random bs=512 count=1 | tr -d '\0\012\015' | setsid losetup -e 
Blowfish /dev/loop/0 /mnt/eswap
mkswap /dev/loop/0
swapon /dev/loop/0

Also to /etc/init.d/umountfs:

swapoff /dev/loop/0
losetup -d /dev/loop/0

There should be obvious checks for /proc/cipher/ directory and /proc/
cipher/blowfish file. 'setsid' above is to fool getpass() in losetup to
not using /dev/tty for input.

-Topi





--- End Message ---
--- Begin Message ---
I saw no protest, so I assume it is OK to close this.


--- End Message ---

Reply via email to