https://bugzilla.novell.com/show_bug.cgi?id=659333 https://bugzilla.novell.com/show_bug.cgi?id=659333#c7 --- Comment #7 from Jan Engelhardt <jengelh@medozas.de> 2011-03-01 11:46:24 UTC --- So then it's cryptconfig. More precisely, the "cipher" line from cryptconfig-0.3-new-pam_mount-options.dif that should not be there for LUKS volumes. Neither should the "loop" line be there. --- src/cryptconfig-lib.c +++ src/cryptconfig-lib.c 2009/02/18 10:20:32 @@ -1298,6 +1298,8 @@ xmlNewProp (node, (xmlChar *) "path", (xmlChar *) image); xmlNewProp (node, (xmlChar *) "fskeypath", (xmlChar *) key_file); xmlNewProp (node, (xmlChar *) "fskeycipher", (xmlChar *) "aes-256-cbc"); + xmlNewProp (node, (xmlChar *) "fskeyhash", (xmlChar *) "md5"); + xmlNewProp (node, (xmlChar *) "cipher", (xmlChar *) "aes-cbc-essiv:sha256"); xmlNewProp (node, (xmlChar *) "options", (xmlChar *) "loop"); xmlNewProp (node, (xmlChar *) "mountpoint", (xmlChar *) ent->pw_dir); xmlAddChild (root_node, node); -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.