summaryrefslogtreecommitdiffstats
path: root/debian/TODO.md
blob: 8958ec2df7b280524e317d4b5cbf1e2655064d74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# TODO list

* luks nuke feature
  * https://www.kali.org/tutorials/nuke-kali-linux-luks/
  * https://pkg.kali.org/pkg/cryptsetup
  * https://github.com/offensive-security/cryptsetup-nuke-keys
  * TODO:
    * review and improve original patch to address upstream's concerns
      * http://article.gmane.org/gmane.linux.kernel.device-mapper.dm-crypt/7184
    * patch luks2 functions to support it as well
    * documentation in manpage (and README.Debian?)
    * bash completion

* systemd integration and future of cryptscripts
  * patch cryptsetup.c in systemd to support cryptscripts?
  * try the patches
    * https://github.com/systemd/systemd/pull/3007#pullrequestreview-39358162
    * https://lists.freedesktop.org/archives/systemd-devel/2012-June/005693.html
  * or completely remove cryptscripts feature from cryptsetup in Debian?

* ephemeral swap encryption

* improve test suite

* cryptroot hook script:
  - We should add parent device detection for ZFS (#820888) so users
    don't have to manually add the 'initramfs' option to the crypttab.


## Old list

* Would a fallback make sense? like when using any keyscript, try passphrase
  in the case that it fails. if we implement that at all, never make it the
  default, and warn about security issues in README.Debian. even explain that
  backup passphrase keyslots thwart the extra security of keyfiles/keyscripts.
  (#438481, #471729)

* Implement something like 'ignore-if-no-device' to mount (/etc/fstab), and
  thus support several situations where cryptsetup fails to setup a device:
  -> the device is not attached at all
  -> wrong passphrase/no keyfile available
  -> timeouts arise
  (#474120)
  * seems like the fstab flag alread does exists: nofail. so reimplement
    timeout?

* Reimplement timeout support in a cleaner way?