From b48c64494255c2a975b3cfa00369aaf6bd6f28e7 Mon Sep 17 00:00:00 2001 From: des Date: Tue, 3 Feb 2004 11:26:08 +0000 Subject: Add support for initializing swap devices with random one-shot keys. Note that the keys are currently generated by computing the MD5 checksum of 512 bytes read from /dev/random, and are passed to gbde on the command line. Sponsored by: Teleplan AS --- share/man/man5/rc.conf.5 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'share') diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 7c74f99..e513f07 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -929,6 +929,14 @@ will attempt to automatically initialize your .bde devices in List the devices that the script should try to attach, or .Dq Li AUTO . +.It Va gbde_swap_enable +.Pq Vt bool +If set to +.Dq Li YES , +any .bde swap devices listed in +.Pa /etc/fstab +will be initialized with a random, one-shot key. +Note that this makes recovery of kernel dumps impossible. .It Va fsck_y_enable .Pq Vt bool If set to -- cgit v1.1