summarylogtreecommitdiffstats
path: root/fix.test-luksmeta.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix.test-luksmeta.patch')
-rw-r--r--fix.test-luksmeta.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/fix.test-luksmeta.patch b/fix.test-luksmeta.patch
new file mode 100644
index 000000000000..0e16f4868a5a
--- /dev/null
+++ b/fix.test-luksmeta.patch
@@ -0,0 +1,19 @@
+Description: Work around test-luksmeta fail when running as non-root
+Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
+Date: 2019-03-01
+Forwarded: no
+
+ The cryptsetup luksFormat program now fails when running as
+ non-root, see #923513
+
+--- a/test-luksmeta
++++ b/test-luksmeta
+@@ -11,7 +11,7 @@
+ trap 'onexit' EXIT
+
+ truncate -s 4M $tmp
+-echo -n foo | cryptsetup luksFormat $tmp -
++echo -n foo | cryptsetup luksFormat --type luks1 $tmp -
+
+ ! ./luksmeta test -d $tmp
+