Commit 2ad7027
clevis-luks-askpass: allow non-block-device volumes (#527)
Change the check on the volume that's being unlocked from
-b (checks for block device) to -e (checks if file exists).
This allows the code to work on LUKS volumes that are stored
in normal files.
Co-authored-by: x-qq <the@interwebs.test>1 parent 0317bf3 commit 2ad7027
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments