From 42a5e1bcc66f74d9ff9d0295cd47e77f010acf5f Mon Sep 17 00:00:00 2001 From: age Date: Sun, 17 Feb 2008 18:10:36 +0000 Subject: [PATCH] * unittests are using /dev/ubd* in uml --- bin/cryptobox-unittests.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/cryptobox-unittests.conf b/bin/cryptobox-unittests.conf index 5808dba..3fcfe77 100644 --- a/bin/cryptobox-unittests.conf +++ b/bin/cryptobox-unittests.conf @@ -2,13 +2,13 @@ # comma separated list of possible prefixes for accesible devices # beware: .e.g "/dev/hd" grants access to _all_ harddisks -AllowedDevices = /dev/loop, /dev/ubdb +AllowedDevices = /dev/ubd # use separate config partition? (1=yes / 0=no) UseConfigPartition = 1 # the default name prefix of not unnamed containers -DefaultVolumePrefix = "Disk " +DefaultVolumePrefix = "Disk" # which cipher should cryptsetup-luks use? #TODO: uml does not support this module - DefaultCipher = aes-cbc-essiv:sha256